Type Definition chacha20poly1305::XChaCha8Poly1305[][src]

pub type XChaCha8Poly1305 = ChaChaPoly1305<XChaCha8, U24>;
This is supported on crate feature reduced-round only.
Expand description

XChaCha8Poly1305 (reduced round variant) Authenticated Encryption with Additional Data (AEAD).