Type Definition chacha20poly1305::XNonce
source · pub type XNonce = GenericArray<u8, <XChaCha<R20> as NewCipher>::NonceSize>;Expand description
EXtended ChaCha20 nonce (192-bits/24-bytes)
pub type XNonce = GenericArray<u8, <XChaCha<R20> as NewCipher>::NonceSize>;EXtended ChaCha20 nonce (192-bits/24-bytes)