filecoin-project / bls-signatures

BLS Signatures in Rust
Other
74 stars 44 forks source link

Add support for pk on G2 and sig G1 and make it configurable #50

Open Janmajayamall opened 2 years ago

Janmajayamall commented 2 years ago

I think swapping between g1 & g2 for pk & signature isn't supported. Is there any plan to support it & make it configurable?

jonarmani commented 2 years ago

I took a first stab at a PR for this here. It's not pretty, but should work in a pinch.