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