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