Module crypto

Module crypto 

Source

Modules§

dsa
Digital signature schemes supported by default in the Miden VM.
hash
Cryptographic hash functions used by the Miden protocol.
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.

Traits§

SequentialCommit
Defines how to compute a commitment to an object represented as a sequence of field elements.