chacha20

Type Alias XChaCha8

Source
pub type XChaCha8 = StreamCipherCoreWrapper<XChaChaCore<U4>>;
Expand description

XChaCha8 stream cipher (reduced-round variant of XChaCha20 with 8 rounds)

Aliased Typeยง

struct XChaCha8 { /* private fields */ }