Function sp_core_hashing::twox_256_into
source · pub fn twox_256_into(data: &[u8], dest: &mut [u8; 32])Expand description
Do a XX 256-bit hash and place result in dest.
pub fn twox_256_into(data: &[u8], dest: &mut [u8; 32])Do a XX 256-bit hash and place result in dest.