Type Definition c2_chacha::XChaCha20 [−][src]
pub type XChaCha20 = ChaChaAny<U24, U10, X>;Expand description
Constructed analogously to XSalsa20; mixes during initialization to support both a long nonce and a full-length (64-bit) block counter.