Skip to content

Instantly share code, notes, and snippets.

View kobby-pentangeli's full-sized avatar

Kobby Pentangeli kobby-pentangeli

View GitHub Profile
@kobby-pentangeli
kobby-pentangeli / BLS_Signature.md
Created December 23, 2023 09:23 — forked from paulmillr/BLS_Signature.md
BLS Signature for Busy People

BLS Signature for Busy People

Summary

  • BLS stands for

    • Barreto-Lynn-Scott: BLS12, a Pairing Friendly Elliptic Curve.
    • Boneh-Lynn-Shacham: A Signature Scheme.
  • Signature Aggregation

  • It is possible to verify n aggregate signatures on the same message with just 2 pairings instead of n+1.