Update btcec.go
Updated link to SEC 2: Recommended Elliptic Curve Domain Parameters standard (URL given no longer exists).
This commit is contained in:
parent
b362c1e464
commit
f9365fd542
1 changed files with 1 additions and 1 deletions
2
btcec.go
2
btcec.go
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue