Type Definition chacha20poly1305::XNonce
source · [−]pub type XNonce = GenericArray<u8, <XChaCha20 as NewStreamCipher>::NonceSize>;
Expand description
EXtended ChaCha20 nonce (192-bits/24-bytes)
pub type XNonce = GenericArray<u8, <XChaCha20 as NewStreamCipher>::NonceSize>;
EXtended ChaCha20 nonce (192-bits/24-bytes)