Module hash

Module hash 

Source
Expand description

Cryptographic hash functions used by the Miden protocol.

Modules§

blake
Blake3 hash function.
keccak
Keccak hash function.
poseidon2
Poseidon2 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.
HasherExt
Extension trait for Hasher to provide iterator-based hashing.