Type Definition chacha20::XChaCha8[][src]

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

XChaCha8 stream cipher (reduced-round variant of XChaCha20 with 8 rounds)

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