mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
fix secg.org secp256k1 docs link
This commit is contained in:
parent
a3715c2de5
commit
852bf26494
@ -33,7 +33,7 @@ However, deterministic wallets typically consist of a single "chain" of keypairs
|
|||||||
|
|
||||||
===Conventions===
|
===Conventions===
|
||||||
|
|
||||||
In the rest of this text we will assume the public key cryptography used in Bitcoin, namely elliptic curve cryptography using the field and curve parameters defined by secp256k1 (http://www.secg.org/index.php?action=secg,docs_secg). Variables below are either:
|
In the rest of this text we will assume the public key cryptography used in Bitcoin, namely elliptic curve cryptography using the field and curve parameters defined by secp256k1 (http://www.secg.org/sec2-v2.pdf). Variables below are either:
|
||||||
* Integers modulo the order of the curve (referred to as n).
|
* Integers modulo the order of the curve (referred to as n).
|
||||||
* Coordinates of points on the curve.
|
* Coordinates of points on the curve.
|
||||||
* Byte sequences.
|
* Byte sequences.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user