pub fn xor_n(a: &[u8], b: &[u8], n: usize) -> Vec<u8>
XOR two byte arrays up to n bytes, outputting the result.
n