Skip to content

Commit

Permalink
Update btcec.go
Browse files Browse the repository at this point in the history
Updated link to SEC 2: Recommended Elliptic Curve Domain Parameters standard (URL given no longer exists).
  • Loading branch information
David Evans committed Jan 21, 2015
1 parent b362c1e commit f9365fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btcec.go
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ func (curve *KoblitzCurve) QPlus1Div4() *big.Int {
return curve.q
}

// Curve parameters taken from: http://www.secg.org/collateral/sec2_final.pdf
// Curve parameters taken from: http://www.secg.org/sec2-v2.pdf
var initonce sync.Once
var secp256k1 KoblitzCurve

Expand Down

0 comments on commit f9365fd

Please sign in to comment.