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.
- Element
Hasher - Defines a cryptographic hash function for hashing field elements.
- Hasher
- Defines a cryptographic hash function.
- Hasher
Ext - Extension trait for Hasher to provide iterator-based hashing.