| Crates.io | accumulators |
| lib.rs | accumulators |
| version | 0.5.1 |
| created_at | 2023-11-21 15:17:01.552268+00 |
| updated_at | 2025-10-02 12:18:53.400952+00 |
| description | Complete package of multiple Accumulators with Stores and hashing functions (Hashers) |
| homepage | https://herodotus.dev/ |
| repository | https://github.com/HerodotusDev/rust-accumulators |
| max_upload_size | |
| id | 1044326 |
| size | 1,702,469 |

Add dependency on Cargo.toml
accumulators = { version = "0.5", features = ["all"] }
Test : cargo make test
Bench : cargo make bench
features = ["mmr"]A Rust implementation of a Merkle Mountain Range (MMR) accumulator. With extensions.
features = ["incremental_merkle_tree"]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