Function polkadot_sdk_frame::hashing::twox_128_into
pub fn twox_128_into(data: &[u8], dest: &mut [u8; 16])
Expand description
Do a XX 128-bit hash and place result in dest
.
pub fn twox_128_into(data: &[u8], dest: &mut [u8; 16])
Do a XX 128-bit hash and place result in dest
.