Skip to content

Commit

Permalink
crypto/secp256k1: Fix invalid document link (ethereum#18297)
Browse files Browse the repository at this point in the history
  • Loading branch information
qshuai authored and holiman committed Dec 13, 2018
1 parent b3be9b7 commit e57e457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/secp256k1/curve.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ var theCurve = new(BitCurve)
func init() {
// See SEC 2 section 2.7.1
// curve parameters taken from:
// http://www.secg.org/collateral/sec2_final.pdf
// http://www.secg.org/sec2-v2.pdf
theCurve.P, _ = new(big.Int).SetString("0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F", 0)
theCurve.N, _ = new(big.Int).SetString("0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141", 0)
theCurve.B, _ = new(big.Int).SetString("0x0000000000000000000000000000000000000000000000000000000000000007", 0)
Expand Down

0 comments on commit e57e457

Please sign in to comment.