Crates.io | accumulators |
lib.rs | accumulators |
version | 0.4.9 |
source | src |
created_at | 2023-11-21 15:17:01.552268 |
updated_at | 2024-10-30 10:31:52.757578 |
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,587,419 |
Add dependency on Cargo.toml
accumulators = { version = "0.4", features = ["all"] }
Test : cargo test --all-features
Bench : cargo bench --all-features
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"]
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