mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 04:20:38 +00:00
Use correct sticker pack key length of 32.
This commit is contained in:
parent
57390ae735
commit
cf5945f4ea
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class KeyUtils {
|
|||
}
|
||||
|
||||
static byte[] createStickerUploadKey() {
|
||||
return getSecretBytes(64);
|
||||
return getSecretBytes(32);
|
||||
}
|
||||
|
||||
private static String getSecret(int size) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue