Function near_sdk::env::keccak512_array

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

Hashes the bytes using the Keccak-512 hash function. This returns a 64 byte hash.