Update btcec.go

Updated link to SEC 2: Recommended Elliptic Curve Domain Parameters standard (URL given no longer exists).
This commit is contained in:
David Evans 2015-01-20 20:44:43 -05:00
parent b362c1e464
commit f9365fd542

View file

@ -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