Skip to content

Commit

Permalink
fix secg.org secp256k1 docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschnelli committed Nov 17, 2014
1 parent a3715c2 commit 852bf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0032.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ However, deterministic wallets typically consist of a single "chain" of keypairs

===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).
* Coordinates of points on the curve.
* Byte sequences.
Expand Down

0 comments on commit 852bf26

Please sign in to comment.