cambrian / accumulator

Cryptographic accumulators in Rust.

Home Page:https://cambrian.github.io/accumulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Cryptographic accumulators in Rust.

https://cambrian.github.io/accumulator

License:MIT License


Languages

Language:Rust 77.4%Language:Perl 21.5%Language:Shell 1.1%