Type Alias chacha20poly1305::ChaCha12Poly1305

source ·
pub type ChaCha12Poly1305 = ChaChaPoly1305<ChaCha12, U12>;
Available on crate feature reduced-round only.
Expand description

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

Aliased Type§

struct ChaCha12Poly1305 { /* private fields */ }