Cryptographic accumulators in Rust, implemented over a generic group interface. Batteries (RSA and class group implementations) included!
# Cargo.toml
[dependencies]
accumulator = { git = "https://github.com/cambrian/accumulator.git", tag = "v0.2.1" }
Available here, and feel free to reach out with any questions.
We have a proof-of-concept for stateless Bitcoin nodes.
Please see our contribution guide. We are looking for long-term maintainers!