Introduce Service Id Types
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
414c0a58d3
commit
366b875fd2
269 changed files with 5832 additions and 5550 deletions
|
@ -13,6 +13,8 @@ import { getBytesSubarray } from './util/uuidToBytes';
|
|||
|
||||
export { HashType, CipherType };
|
||||
|
||||
export const UUID_BYTE_SIZE = 16;
|
||||
|
||||
const PROFILE_IV_LENGTH = 12; // bytes
|
||||
const PROFILE_KEY_LENGTH = 32; // bytes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue