From 852bf26494743c4258cff39b3d69b1d117678697 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Mon, 17 Nov 2014 12:52:42 +0100 Subject: fix secg.org secp256k1 docs link --- bip-0032.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bip-0032.mediawiki') 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. -- cgit v1.2.3