You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module.exports = {
|
|
CURRENT_VERSION: 3,
|
|
|
|
// This matches Envelope.Type.CIPHERTEXT
|
|
WHISPER_TYPE: 1,
|
|
// This matches Envelope.Type.PREKEY_BUNDLE
|
|
PREKEY_TYPE: 3,
|
|
|
|
SENDERKEY_TYPE: 4,
|
|
SENDERKEY_DISTRIBUTION_TYPE: 5,
|
|
|
|
ENCRYPTED_MESSAGE_OVERHEAD: 53,
|
|
};
|