ChaCha20Legacy

Type Alias ChaCha20Legacy 

Source
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 */ }