Expand description
Accumulators
This module defines the Accumulator abstraction as well as the implementation details for several different accumulators. This library can be used for interacting with PythNet state proofs for account content.
Modules§
- merkle
- A MerkleTree based Accumulator.
- mul
- A multiplication based Accumulator (should not use, example only)
Traits§
- Accumulator
- The Accumulator trait defines the interface for an accumulator.