Expand description
Polynomial commitment schemes.
Provides the MerkleTree commitment scheme for binding
a prover to a vector of field elements. Future versions
will add additional schemes (e.g., BaseFold, FRI) as
natural transformations of the commitment functor.
Re-exports§
pub use merkle::MerkleProof;pub use merkle::MerkleRoot;pub use merkle::MerkleTree;
Modules§
- merkle
- Merkle tree commitment scheme.