Function stun::xoraddr::xor_bytes[][src]

pub fn xor_bytes(dst: &mut [u8], a: &[u8], b: &[u8]) -> usize
Expand description

xor_bytes xors the bytes in a and b. The destination is assumed to have enough space. Returns the number of bytes xor’d.