Type Definition c2_chacha::ChaCha8[][src]

pub type ChaCha8 = ChaChaAny<U8, U4, O>;
Expand description

Similar to ChaCha20, but with fewer rounds for higher performance.