pub fn xor_bytes(left: &mut [u8], right: &[u8])
XORs two 512-bit state arrays. This function modifies the first array in place.
a
b
Panics if the two arrays are not of equal length.