5 releases (breaking)
0.6.0 | Aug 19, 2024 |
---|---|
0.5.0 | Jul 17, 2024 |
0.4.0 |
|
0.3.0 | May 6, 2024 |
0.1.0 | Sep 20, 2022 |
#442 in Cryptography
36,145 downloads per month
Used in 49 crates
(5 directly)
11KB
193 lines
BLS signature utility crate
This is a simple Rust crate which can be used to create and verify BLS signatures over the BLS12-381 curve. This follows the IETF draft for BLS signatures, using the "short signature" variation, where signatures are in G1 and public keys are in G2.
For historical reasons, this crate is named ic-verify-bls-signature
,
but it also supports signature generation.
lib.rs
:
Verify BLS signatures
This verifies BLS signatures in a manner which is compatible with the Internet Computer.
Dependencies
~1.5MB
~37K SLoC