chacha20

Type Alias XChaCha12

Source
pub type XChaCha12 = StreamCipherCoreWrapper<XChaChaCore<U6>>;
Expand description

XChaCha12 stream cipher (reduced-round variant of XChaCha20 with 12 rounds)

Aliased Typeยง

struct XChaCha12 { /* private fields */ }