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

ic-verify-bls-signature

A library for handling BLS signatures

2 unstable releases

0.2.0 May 10, 2023
0.1.0 Sep 20, 2022

#2246 in Cryptography

Download history 5243/week @ 2023-12-04 5218/week @ 2023-12-11 3967/week @ 2023-12-18 1513/week @ 2023-12-25 2415/week @ 2024-01-01 3842/week @ 2024-01-08 4257/week @ 2024-01-15 4135/week @ 2024-01-22 4453/week @ 2024-01-29 4873/week @ 2024-02-05 5030/week @ 2024-02-12 4982/week @ 2024-02-19 4122/week @ 2024-02-26 4754/week @ 2024-03-04 4579/week @ 2024-03-11 4554/week @ 2024-03-18

18,174 downloads per month
Used in 34 crates (4 directly)

Apache-2.0

10KB
171 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

~2MB
~33K SLoC