mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-04 05:00:39 +00:00
Implement creating V2 Groups
This commit is contained in:
parent
d267974223
commit
4f2261e86f
19 changed files with 1157 additions and 356 deletions
|
@ -30,10 +30,6 @@ class KeyUtils {
|
|||
return getSecretBytes(16);
|
||||
}
|
||||
|
||||
static byte[] createUnrestrictedUnidentifiedAccess() {
|
||||
return getSecretBytes(16);
|
||||
}
|
||||
|
||||
static byte[] createStickerUploadKey() {
|
||||
return getSecretBytes(32);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue