Type Definition chacha20::XChaCha12[][src]

pub type XChaCha12 = XChaCha<R12>;
This is supported on crate feature xchacha only.
Expand description

XChaCha12 stream cipher (reduced-round variant of XChaCha20 with 12 rounds)

The xchacha Cargo feature must be enabled in order to use this (which it is by default).