Function chacha::permute_and_add [] [src]

pub fn permute_and_add(rounds: u8, xs: &mut [u32; 16])

Apply the ChaCha core function and add the result to the input. This is what maps ChaCha streams' input blocks to output blocks.