Module crypto
Source - dsa
- Digital signature schemes supported by default in the Miden VM.
- hash
- Cryptographic hash functions used by the Miden protocol.
- ies
- Integrated Encryption Scheme (IES) utilities.
- merkle
- Data structures related to Merkle trees based on RPO256 hash function.
- rand
- Pseudo-random element generation.
- utils
- Utilities used in this crate which can also be generally useful downstream.
- SequentialCommit
- Defines how to compute a commitment to an object represented as a sequence of field elements.