Skip to content

Instantly share code, notes, and snippets.

View ace0's full-sized avatar
💭
hacking.hacking.hacking.

ace ace0

💭
hacking.hacking.hacking.
View GitHub Profile
@ace0
ace0 / BLS_Signature.md
Last active April 27, 2020 15:39
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.