hopr_crypto_types::utils

Function xor_inplace

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

Convenience method to XOR one slice onto other.