- The input must be a multiple of 1088 bits (== 17 u64 words)
- The input must be pre-padded following the Keccak padding rule (pad10*1):
- Add a ‘1’ bit
- Add zero or more ‘0’ bits
- Add a final ‘1’ bit The total length after padding must be a multiple of 1088 bits
Signature
Arguments
input
- Array of 64-bit words (little endian) to be hashed.
Returns
- The keccak hash as a little-endian u256