[][src]Constant tox_encryptsave::EXTRA_LENGTH

pub const EXTRA_LENGTH: usize = MAGIC_LENGTH + SALT_LENGTH + NONCEBYTES + MACBYTES; // 80usize

Minimal size in bytes of an encrypted file.

I.e. the amount of bytes that data will "gain" after encryption.