one-of-many-proofs 0.1.0

Implementation of one-of-many zero-knowledge membership proofs.
Documentation
# One-of-Many Proofs
A pure Rust implementation of the [One-out-of-Many Proofs](https://eprint.iacr.org/2014/764) by Groth and Kohlweiss.

## ⚠️  Security Warning
This crate is a work in progress and has not been independently audited!

USE AT YOUR OWN RISK!

## Documentation
Detailed documentation can be found [here](https://docs.rs/one-of-many-proofs).