[][src]Constant tox_crypto::secretbox::xsalsa20poly1305::MACBYTES

pub const MACBYTES: usize = ffi::crypto_secretbox_xsalsa20poly1305_MACBYTES as usize; // 0_x00_000_010usize

Number of bytes in the authenticator tag of an encrypted message i.e. the number of bytes by which the ciphertext is larger than the plaintext.