mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-20 02:09:04 +01:00
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
2
btcec.go
2
btcec.go
@ -658,7 +658,7 @@ func (curve *KoblitzCurve) QPlus1Div4() *big.Int {
|
|||||||
return curve.q
|
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 initonce sync.Once
|
||||||
var secp256k1 KoblitzCurve
|
var secp256k1 KoblitzCurve
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user