☰
In scuttlebutt::utils
?
Function
scuttlebutt
::
utils
::
xor_inplace_n
source
·
[
−
]
pub fn xor_inplace_n(a: &mut [
u8
], b: &[
u8
], n:
usize
)
Expand description
XOR two byte arrays up to
n
bytes in place.