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

#405 in Cryptography

Download history 2121/week @ 2024-07-23 1948/week @ 2024-07-30 2162/week @ 2024-08-06 1803/week @ 2024-08-13 2215/week @ 2024-08-20 2232/week @ 2024-08-27 2605/week @ 2024-09-03 1917/week @ 2024-09-10 2106/week @ 2024-09-17 2313/week @ 2024-09-24 1397/week @ 2024-10-01 1343/week @ 2024-10-08 1352/week @ 2024-10-15 1187/week @ 2024-10-22 978/week @ 2024-10-29 978/week @ 2024-11-05

4,796 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
~62K SLoC