celo-org / celo-bls-snark-rs

Implements SNARK-friendly BLS signatures
https://celo.org
Apache License 2.0
84 stars 21 forks source link

Cofactor Trait #143

Closed gakonst closed 4 years ago

gakonst commented 4 years ago

We should have a trait for scaling by cofactor as well. We use more efficient methods for G2, and will possibly use a more efficient methods for G1 on BLS12 curves as well.

Originally posted by @kobigurk in https://github.com/celo-org/bls-zexe/pull/140

kobigurk commented 4 years ago

We decided to focus on Celo's use case for the time being.