Type Alias chacha20poly1305::XChaCha12Poly1305
source · pub type XChaCha12Poly1305 = ChaChaPoly1305<XChaCha12, U24>;
Available on crate feature
reduced-round
only.Expand description
XChaCha12Poly1305 (reduced round variant) Authenticated Encryption with Additional Data (AEAD).
Aliased Type§
struct XChaCha12Poly1305 { /* private fields */ }