Add dependency on Cargo.toml
accumulators = { version = "0.5", features = ["all"] }Test : cargo make test
Bench : cargo make bench
- 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"] -
blake:
features = ["blake"]
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
