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