pub fn array_xor<const N: usize>(a: &mut [u8; N], b: &[u8; N])
Expand description

Take bitwise XOR of each element of both arrays