Function nanorand::crypto::chacha::chacha_block[][src]

pub fn chacha_block<const ROUNDS: u8>(input: [u32; 16]) -> [u32; 16]
Expand description

Do one ChaCha round on the input data.