kyber icon indicating copy to clipboard operation
kyber copied to clipboard

Support bls12-381 in pairing

Open wangyifan opened this issue 3 years ago • 1 comments

  1. The curve code is from https://github.com/kilic/bls12-381
  2. This is based on the work from https://github.com/drand/kyber-bls12381/ but modified to make the coding style consistent between bn256 and bls12381.
  3. Tests in sign/bls and sign/tbls are updated to support testing both bn256 and bls12381
  4. This PR is related to issue https://github.com/dedis/kyber/issues/402

wangyifan avatar Apr 26 '21 23:04 wangyifan

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar May 21 '21 13:05 CLAassistant

Note that a maintained Kyber wrapper for Kilic/bls12-381 is already available here: https://github.com/drand/kyber-bls12381

Furthermore, https://github.com/kilic/bls12-381 has been archived and therefore effort to support BLS12-381 will probably be put towards supporting Circl as in #487

AnomalRoil avatar Mar 18 '24 10:03 AnomalRoil