20 releases (13 breaking)

0.15.0 Sep 5, 2023
0.14.0 Apr 17, 2023
0.13.1 Sep 5, 2023
0.13.0 Aug 23, 2022
0.3.0 Nov 27, 2019

#117 in Cryptography

Download history 1874/week @ 2024-01-02 1712/week @ 2024-01-09 2667/week @ 2024-01-16 3095/week @ 2024-01-23 2167/week @ 2024-01-30 2333/week @ 2024-02-06 2948/week @ 2024-02-13 3321/week @ 2024-02-20 3515/week @ 2024-02-27 2819/week @ 2024-03-05 8660/week @ 2024-03-12 5977/week @ 2024-03-19 4771/week @ 2024-03-26 6053/week @ 2024-04-02 5865/week @ 2024-04-09 7512/week @ 2024-04-16

25,378 downloads per month
Used in 14 crates (9 directly)

MIT/Apache

175KB
751 lines

BLS Signatures

CircleCI License

Implementation of BLS signatures in pure Rust.

Development

BLST Portability

To enable the portable feature when building blst dependencies, use the 'blst-portable' feature: --features blst-portable.

Tests

> cargo test

Benchmarks

> cargo bench

Examples

# Verify 10,000 aggregated signatures
> cargo run --example verify --release

LICENSE

MIT or Apache 2.0

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in bls-signatures by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~0.4–2.2MB
~60K SLoC