chacha20

Type Alias ChaCha12

Source
pub type ChaCha12 = StreamCipherCoreWrapper<ChaChaCore<U6>>;
Expand description

ChaCha12 stream cipher (reduced-round variant of ChaCha20 with 12 rounds)

Aliased Typeยง

struct ChaCha12 { /* private fields */ }