Function scuttlebutt::utils::xor_inplace

source ·
pub fn xor_inplace(a: &mut [u8], b: &[u8])
Expand description

XOR two byte arrays in place.