Skip to main content
xor
crypto
0.1.0
In crypto::
sha3::
keccak
crypto
::
sha3
::
keccak
Function
xor
Copy item path
Source
pub fn xor(dest: &mut [
u8
], source: &[
u8
])
Expand description
xor dest with source. source is not modified.