[]Constant tox_encryptsave::KEY_LENGTH

pub const KEY_LENGTH: usize = ffi::crypto_box_curve25519xsalsa20poly1305_BEFORENMBYTES as usize; // 32usize

Length in bytes of the key used to encrypt/decrypt data. Number of bytes in a PrecomputedKey.