pub fn keccak_256(
data: <PassFatPointerAndRead<&[u8]> as RIType>::Inner,
) -> <AllocateAndReturnPointer<[u8; 32], 32> as RIType>::Inner
Expand description
Conduct a 256-bit Keccak hash.
pub fn keccak_256(
data: <PassFatPointerAndRead<&[u8]> as RIType>::Inner,
) -> <AllocateAndReturnPointer<[u8; 32], 32> as RIType>::Inner
Conduct a 256-bit Keccak hash.