fn xor_into<const N: usize>(output: &mut [u8; N], input: &[u8; N])
Xor all bytes from input into output.
input
output