Implementation of BLS signatures in pure Rust.
Note that this is a prototyping repo, whose contents will be merged elsewhere in time.
```
cargo test ```
```
cargo bench ```
```
cargo run --example verify --release ```
MIT or Apache 2.0
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in rust-accumulators by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.