ChaCha20

Type Alias ChaCha20 

Source
pub type ChaCha20 = StreamCipherCoreWrapper<ChaChaCore<R20, Legacy>>;
Available on crate feature chacha20poly1305 only.
Expand description

The ChaCha20 stream cipher (legacy “djb” construction with 64-bit nonce).

Aliased Type§

pub struct ChaCha20 { /* private fields */ }