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

#328 in Cryptography

Download history 1510/week @ 2024-06-24 2009/week @ 2024-07-01 1997/week @ 2024-07-08 2842/week @ 2024-07-15 2492/week @ 2024-07-22 1733/week @ 2024-07-29 2410/week @ 2024-08-05 1470/week @ 2024-08-12 2420/week @ 2024-08-19 2026/week @ 2024-08-26 2785/week @ 2024-09-02 1949/week @ 2024-09-09 1985/week @ 2024-09-16 2411/week @ 2024-09-23 1503/week @ 2024-09-30 1259/week @ 2024-10-07

7,186 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