kyber icon indicating copy to clipboard operation
kyber copied to clipboard

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

Open wangyifan opened this issue 6 years ago • 3 comments

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?

wangyifan avatar Nov 24 '19 03:11 wangyifan

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

jeffallen avatar Nov 29 '19 15:11 jeffallen

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/

nikkolasg avatar Jun 10 '20 13:06 nikkolasg

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

wangyifan avatar Jun 13 '20 06:06 wangyifan