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

#200 in Cryptography

Download history 6116/week @ 2023-11-20 2359/week @ 2023-11-27 2266/week @ 2023-12-04 1856/week @ 2023-12-11 728/week @ 2023-12-18 198/week @ 2023-12-25 1591/week @ 2024-01-01 1681/week @ 2024-01-08 2664/week @ 2024-01-15 2855/week @ 2024-01-22 2384/week @ 2024-01-29 2224/week @ 2024-02-05 2998/week @ 2024-02-12 3048/week @ 2024-02-19 3740/week @ 2024-02-26 3018/week @ 2024-03-04

13,021 downloads per month
Used in 20 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.5–2.3MB
~61K SLoC