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.