Crates.io | bls-signatures |
lib.rs | bls-signatures |
version | 0.13.1 |
source | src |
created_at | 2019-11-26 20:57:20.945052 |
updated_at | 2023-09-05 20:14:07.455085 |
description | Aggregate BLS Signatures |
homepage | https://github.com/filecoin-project/bls-signatures |
repository | https://github.com/filecoin-project/bls-signatures |
max_upload_size | |
id | 184577 |
size | 337,004 |
Implementation of BLS signatures in pure Rust.
To enable the portable feature when building blst dependencies, use the 'blst-portable' feature: --features blst-portable
.
> cargo test
> cargo bench
# Verify 10,000 aggregated signatures
> cargo run --example verify --release
MIT or Apache 2.0
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.