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