#bls-signatures #verify #key #g1 #public-key #bls12-381 #g2

no-std ic-verify-bls-signature

A library for handling BLS signatures

3 releases (breaking)

new 0.3.0 May 6, 2024
0.2.0 May 10, 2023
0.1.0 Sep 20, 2022

#609 in Cryptography

Download history 4163/week @ 2024-01-21 4377/week @ 2024-01-28 4949/week @ 2024-02-04 4860/week @ 2024-02-11 5089/week @ 2024-02-18 4102/week @ 2024-02-25 4772/week @ 2024-03-03 4606/week @ 2024-03-10 4490/week @ 2024-03-17 3913/week @ 2024-03-24 4338/week @ 2024-03-31 4069/week @ 2024-04-07 4806/week @ 2024-04-14 5132/week @ 2024-04-21 3821/week @ 2024-04-28 4556/week @ 2024-05-05

18,544 downloads per month
Used in 35 crates (4 directly)

Apache-2.0

11KB
193 lines

BLS signature utility crate

crates.io docs.rs

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
~28K SLoC