pub fn xor_arrays_reference(a: &[u8], b: &[u8]) -> ScramResult<Vec<u8>>
A reference function which works 100%. Can be used for testing against.