Skip to content

Commit

Permalink
Add BLS12-381 recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
K1li4nL committed Aug 6, 2024
1 parent f944626 commit 833137e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pairing/bn256/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ Barreto-Naehrig curve as described in
http://cryptojedi.org/papers/dclxvi-20100714.pdf. Its output is compatible with
the implementation described in that paper.

### Warning
This package previously claimed to operate at a 128-bit security level. However,
recent improvements in attacks mean that is no longer true. See
https://moderncrypto.org/mail-archive/curves/2016/000740.html.
https://moderncrypto.org/mail-archive/curves/2016/000740.html.
We strongly recommend using the `BLS12-381` curve that still provide ~128-bit security and is not vulnerable to these improved attacks.

### Benchmarks

Expand Down

0 comments on commit 833137e

Please sign in to comment.