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.
- Element
Hasher - Defines a cryptographic hash function for hashing field elements.
- Hasher
- Defines a cryptographic hash function.