Implement creating V2 Groups

This commit is contained in:
AsamK 2020-12-07 21:06:07 +01:00
parent d267974223
commit 4f2261e86f
19 changed files with 1157 additions and 356 deletions

View file

@ -30,10 +30,6 @@ class KeyUtils {
return getSecretBytes(16);
}
static byte[] createUnrestrictedUnidentifiedAccess() {
return getSecretBytes(16);
}
static byte[] createStickerUploadKey() {
return getSecretBytes(32);
}