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

#738 in Cryptography

Download history 743/week @ 2024-11-17 1196/week @ 2024-11-24 1170/week @ 2024-12-01 1259/week @ 2024-12-08 1171/week @ 2024-12-15 216/week @ 2024-12-22 228/week @ 2024-12-29 1271/week @ 2025-01-05 973/week @ 2025-01-12 1359/week @ 2025-01-19 632/week @ 2025-01-26 1810/week @ 2025-02-02 2325/week @ 2025-02-09 1545/week @ 2025-02-16 1689/week @ 2025-02-23 1684/week @ 2025-03-02

7,298 downloads per month
Used in 15 crates (10 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