summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2014-11-17 12:52:42 +0100
committerJonas Schnelli <jonas.schnelli@include7.ch>2014-11-17 12:52:42 +0100
commit852bf26494743c4258cff39b3d69b1d117678697 (patch)
treeed856789d02efe2f69742e95bb75119967b132e2 /bip-0032.mediawiki
parenta3715c2de5a3df3b94c3335e6ea6924a566d9d58 (diff)
downloadbips-852bf26494743c4258cff39b3d69b1d117678697.tar.xz
fix secg.org secp256k1 docs link
Diffstat (limited to 'bip-0032.mediawiki')
-rw-r--r--bip-0032.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index 619d5d6..05d48c0 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -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.