Function chacha::permute

source ยท
pub fn permute(rounds: u8, xs: &mut [u32; 16])
Expand description

Apply the ChaCha core function. Note that this is reversible.