pub type ByteArray16 = [u8; 16];
Expand description

An array of 16 bytes common for ChaCha symmetric encryption AEAD tags. This does not implement hex or base58 fmt::Debug or constant time equality checks.