filecoin-project / bls-signatures

BLS Signatures in Rust
Other
72 stars 43 forks source link

Min sig scheme #51

Open jonarmani opened 2 years ago

jonarmani commented 2 years ago

This adds the "min-sig" feature, allowing public keys on G2 and signatures in G1.

dignifiedquire commented 2 years ago

Thanks, in general I am happy to add this, but would love if we could find a way to reduce the amount of code duplication.