Module ece

Module ece 

Source
Expand description

ECE AES-GCM 128 encrypter/decrypter pipe implementation for Firefox Send v3.

Structs§

EceCrypt
Something that can encrypt or decrypt given data using ECE.
EceReader
EceWriter

Constants§

HEADER_LEN
The length in bytes of the header.
RS
The default record size in bytes to use for encryption.

Functions§

generate_salt
Generate a random salt for encryption.
len_encrypted
Calcualte length of ECE encrypted data.