Type Alias chacha20::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 */ }