Add dependency on Cargo.toml
accumulators = { version = "0.4", features = ["all"] }
Test : cargo test --all-features
Bench : cargo bench --all-features
- MMR
A Rust implementation of a Merkle Mountain Range (MMR) accumulator. With extensions.
A Rust implementation of an Incremental Merkle Tree accumulator.
Incremental Merkle Tree's README.md
Hashing functions used for hashing inside accumulators.
-
keccak:
features = ["keccak"]
-
poseidon:
features = ["poseidon"]
-
pedersen:
features = ["pedersen"]
Key value stores used for storing the accumulator data.
-
memory:
features = ["memory"]
-
sqlite:
features = ["sqlite"]
accumulators
is licensed under the GNU General Public License v3.0.
Herodotus Dev Ltd - 2024