Function near_sdk::env::keccak256_array

source ·
pub fn keccak256_array(value: &[u8]) -> [u8; 32]
Expand description

Hashes the bytes using the Keccak-256 hash function. This returns a 32 byte hash.