pub fn xor(a: &[u8], b: &[u8]) -> Vec<u8>
Expand description

XOR two byte arrays, outputting the result.