Module hash

Source

Structs§

Hash
A hash; the 32-byte output of a hashing algorithm.
Hasher

Enums§

ParseHashError

Constants§

HASH_BYTES
Size of a hash in bytes.

Functions§

extend_and_hash
Return the hash of the given hash extended with the given value.
hash
Return a Sha256 hash for the given data.
hashv
Return a Sha256 hash for the given data.
new_rand
random hash value for tests and benchmarks.