mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-25 01:54:26 +01:00
Use correct sticker pack key length of 32. (#288)
* Use correct sticker pack key length of 32. * Update dependencies Co-authored-by: AsamK <asamk@gmx.de>
This commit is contained in:
@@ -35,7 +35,7 @@ class KeyUtils {
|
||||
}
|
||||
|
||||
static byte[] createStickerUploadKey() {
|
||||
return getSecretBytes(64);
|
||||
return getSecretBytes(32);
|
||||
}
|
||||
|
||||
private static String getSecret(int size) {
|
||||
|
||||
Reference in New Issue
Block a user