Function polkadot_sdk_frame::hashing::blake2_128
pub fn blake2_128(data: &[u8]) -> [u8; 16]
Expand description
Do a Blake2 128-bit hash and return result.
pub fn blake2_128(data: &[u8]) -> [u8; 16]
Do a Blake2 128-bit hash and return result.