Type Alias ChaCha20
pub type ChaCha20 = StreamCipherCoreWrapper<ChaChaCore<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>>>;
Expand description
ChaCha20 stream cipher (RFC 8439 version with 96-bit nonce)
Aliased Typeยง
pub struct ChaCha20 { /* private fields */ }