Consensys / gnark-crypto

gnark-crypto provides elliptic curve and pairing-based cryptography on BN, BLS12, BLS24 and BW6 curves. It also provides various algorithms (algebra, crypto) of particular interest to zero knowledge proof systems.
Apache License 2.0
495 stars 160 forks source link

Batch techniques for ECDSA, Schnorr and BLS signatures #315

Open yelhousni opened 1 year ago

yelhousni commented 1 year ago

Implement techniques for aggregating signatures and verification of ECDSA, Schnorr and BLS.

gbotrel commented 1 year ago

May be worth it to have a look at https://github.com/mratsim/constantine/pull/214 👍