dedis / kyber

Advanced crypto library for the Go language
Other
618 stars 166 forks source link

Is there a plan to add support for BLS12-381? #402

Open wangyifan opened 4 years ago

wangyifan commented 4 years ago

It seems many projects(e.g. zcash and ethereum 2.0) now use BLS 12-381 for BLS signature. BN256 is documented as weak in this issue. Is there a plan to add support for BLS12-381?

jeffallen commented 4 years ago

No, there is no plan for that, but we do accept PRs.

nikkolasg commented 4 years ago

Note there is a now a wrapper around a very good performant bls12-381 library. Unfortunately wrapper is for a fork of kyber. Mentionning just in case. https://github.com/drand/kyber-bls12381/

wangyifan commented 4 years ago

@nikkolasg thanks for the heads up. I will take a look.