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