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 */ }
pub type ChaCha12 = StreamCipherCoreWrapper<ChaChaCore<U6>>;
ChaCha12 stream cipher (reduced-round variant of ChaCha20
with 12 rounds)
struct ChaCha12 { /* private fields */ }