pub type ChaCha20Legacy = StreamCipherCoreWrapper<ChaChaCore<R20, Legacy>>;Expand description
The ChaCha20 stream cipher (legacy “djb” construction with 64-bit nonce).
Aliased Type§
pub struct ChaCha20Legacy { /* private fields */ }pub type ChaCha20Legacy = StreamCipherCoreWrapper<ChaChaCore<R20, Legacy>>;The ChaCha20 stream cipher (legacy “djb” construction with 64-bit nonce).
pub struct ChaCha20Legacy { /* private fields */ }