Type Definition c2_chacha::XChaCha12[][src]

pub type XChaCha12 = ChaChaAny<U24, U6, X>;
Expand description

Constructed analogously to XChaCha20, but with fewer rounds for higher performance; mixes during initialization to support both a long nonce and a full-length (64-bit) block counter.