#bls-signatures #bls12-381 #curve #attack #verification #message

dusk-bls12_381-sign

Implementation of BLS signatures using the BLS12-381 curve

12 unstable releases (4 breaking)

0.6.0 Dec 13, 2023
0.5.1-rc.0 Nov 28, 2023
0.5.0 Oct 12, 2023
0.4.1 Oct 19, 2022
0.1.0-rc.3 Jan 25, 2022

#1414 in Cryptography

Download history 55/week @ 2024-03-08 38/week @ 2024-03-15 49/week @ 2024-03-22 66/week @ 2024-03-29 26/week @ 2024-04-05 22/week @ 2024-04-12 18/week @ 2024-04-19 18/week @ 2024-04-26 14/week @ 2024-05-03 6/week @ 2024-05-10 7/week @ 2024-05-17 5/week @ 2024-05-24

488 downloads per month
Used in 5 crates (4 directly)

MPL-2.0 license

25KB
457 lines

Implementation of BLS signatures using the BLS12-381 curve.

This implementation currently only supports rogue-key attack resistant batching, and does not support distinct message verification.

Benchmarks

Machine specs

The benchmarks were ran on a 2020 13.3" MacBook Pro.

CPU:

$ lscpu
Intel(R) Core(TM) i7-1068NG7 CPU @ 2.30GHz

RAM:

16 GB 3733 MHz LPDDR4X

Results

test benches::bench_aggregate_pk    ... bench:   1,654,552 ns/iter (+/- 107,025)
test benches::bench_aggregate_sig   ... bench:      36,893 ns/iter (+/- 3,399)
test benches::bench_sign            ... bench:   1,480,169 ns/iter (+/- 106,151)
test benches::bench_sign_vulnerable ... bench:   1,024,052 ns/iter (+/- 111,395)
test benches::bench_verify          ... bench:   4,740,114 ns/iter (+/- 336,036)

lib.rs:

Implementation of BLS signatures on the BLS12-381 curve. Reference paper: https://crypto.stanford.edu/~dabo/pubs/papers/BLSmultisig.html

Dependencies

~2.4–3.5MB
~82K SLoC