Module hash

Module hash 

Source
Expand description

Cryptographic hash functions used by the Miden protocol.

Modules§

blake
Blake2s hash function.
rpo
Rescue Prime Optimized (RPO) hash function.
rpx
Rescue Prime Extended (RPX) hash function.

Traits§

Digest
Defines output type for a cryptographic hash function.
ElementHasher
Defines a cryptographic hash function for hashing field elements.
Hasher
Defines a cryptographic hash function.