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