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