Skip to content

Commit a13c018

Browse files
authored
fix: update go-ethereum bn256 reference link to cloudflare implementation (#990)
1 parent 0e09f1d commit a13c018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curves/bn254/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! defined over a 254-bit (prime) field. The scalar field is highly 2-adic.
1414
//!
1515
//! This curve is also implemented in [libff](https://github.com/scipr-lab/libff/tree/master/libff/algebra/curves/alt_bn128) under the name `bn128`.
16-
//! It is the same as the `bn256` curve used in Ethereum (eg: [go-ethereum](https://github.com/ethereum/go-ethereum/tree/master/crypto/bn254/cloudflare)).
16+
//! It is the same as the `bn256` curve used in Ethereum (eg: [go-ethereum](https://github.com/ethereum/go-ethereum/tree/master/crypto/bn256/cloudflare)).
1717
//!
1818
//! #CAUTION
1919
//! **This curve does not satisfy the 128-bit security level anymore.**

0 commit comments

Comments
 (0)