mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 05:08:06 +00:00
New attachment storage system
This commit is contained in:
@@ -13,3 +13,9 @@ export enum CipherType {
|
||||
}
|
||||
|
||||
export const UUID_BYTE_SIZE = 16;
|
||||
|
||||
export const IV_LENGTH = 16;
|
||||
|
||||
export const KEY_LENGTH = 32;
|
||||
|
||||
export const MAC_LENGTH = 32;
|
||||
|
||||
Reference in New Issue
Block a user