summaryrefslogtreecommitdiff
path: root/bip-0062.mediawiki
diff options
context:
space:
mode:
authorDouglas Roark <doug@bitcoinarmory.com>2015-02-09 00:02:35 -0500
committerDouglas Roark <doug@bitcoinarmory.com>2015-02-09 00:02:35 -0500
commit4cd13bf62d965342cd82f9388e3506361a88e150 (patch)
tree74b377057410f7a30c12f8bcc68adb1f2af37e6c /bip-0062.mediawiki
parentf9ba813c7b1e032cb7916d620dbd3bd46a9d32e7 (diff)
downloadbips-4cd13bf62d965342cd82f9388e3506361a88e150.tar.xz
Fix broken source code link.
Diffstat (limited to 'bip-0062.mediawiki')
-rw-r--r--bip-0062.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0062.mediawiki b/bip-0062.mediawiki
index 4e5653b..99ff605 100644
--- a/bip-0062.mediawiki
+++ b/bip-0062.mediawiki
@@ -63,7 +63,7 @@ Below is a summary of the effects on signatures, their encoding and data pushes.
The value S in signatures must be between 0x1 and 0x7FFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF 5D576E73 57A4501D DFE92F46 681B20A0 (inclusive). If S is too high, simply replace it by S' = 0xFFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE BAAEDCE6 AF48A03B BFD25E8C D0364141 - S.
-Signatures produced by the OpenSSL library are not guaranteed to be consistent with this constraint. Version 0.9.3 of the reference client provides [https://github.com/bitcoin/bitcoin/blob/0.9.3/src/key.cpp#L202-L227 an example] for detection and correction.
+Signatures produced by the OpenSSL library are not guaranteed to be consistent with this constraint. Version 0.9.3 of the reference client provides [https://github.com/bitcoin/bitcoin/blob/v0.9.3/src/key.cpp#L202-L227 an example] for detection and correction.
The constraints on the value R are unchanged w.r.t. ECDSA, and values can be between 0x1 and 0xFFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE BAAEDCE6 AF48A03B BFD25E8C D0364140 (inclusive).