Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 686 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 686 Bytes

accumulator

Cryptographic accumulators in Rust, implemented over a generic group interface. Batteries (RSA and class group implementations) included!

Installation

# Cargo.toml
[dependencies]
accumulator = { git = "https://github.com/cambrian/accumulator.git", tag = "v0.2.1" }

Docs

Available here, and feel free to reach out with any questions.

Demo

We have a proof-of-concept for stateless Bitcoin nodes.

Contributing

Please see our contribution guide. We are looking for long-term maintainers!