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

#502 in Cryptography

Download history 2011/week @ 2024-08-14 2282/week @ 2024-08-21 2351/week @ 2024-08-28 2301/week @ 2024-09-04 1969/week @ 2024-09-11 2423/week @ 2024-09-18 1915/week @ 2024-09-25 1328/week @ 2024-10-02 1358/week @ 2024-10-09 1376/week @ 2024-10-16 1217/week @ 2024-10-23 832/week @ 2024-10-30 919/week @ 2024-11-06 579/week @ 2024-11-13 1089/week @ 2024-11-20 1033/week @ 2024-11-27

3,771 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
~61K SLoC