Module keccak

Source

Functionsยง

full
Get the full 32 byte hash of the content.
full_as_bytes
Get the full 32 byte hash of the content as a byte array.
partial
Take the first size number of bytes of the hash with no padding.
partial_right_padded
Take the first size number of bytes of the hash and pad the right side with zeros to 32 bytes.