summaryrefslogtreecommitdiff
path: root/bip-0066.mediawiki
diff options
context:
space:
mode:
authorcomboy <kacper.ciesla@gmail.com>2017-04-30 16:09:59 +0200
committercomboy <kacper.ciesla@gmail.com>2017-04-30 16:09:59 +0200
commit117862bfe61344af731a7b2719f3df9a8bc76fbc (patch)
treedcc21797b5d6db42a790daf41074f438938daf2c /bip-0066.mediawiki
parent91426fdab9cc7f34737ad0f35ccc5aaf5097c9e2 (diff)
downloadbips-117862bfe61344af731a7b2719f3df9a8bc76fbc.tar.xz
fix dead link in BIP66
Diffstat (limited to 'bip-0066.mediawiki')
-rw-r--r--bip-0066.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0066.mediawiki b/bip-0066.mediawiki
index a47c82d..7cc3cf2 100644
--- a/bip-0066.mediawiki
+++ b/bip-0066.mediawiki
@@ -37,7 +37,7 @@ These operators all perform ECDSA verifications on pubkey/signature pairs, itera
The following code specifies the behaviour of strict DER checking. Note that this function tests a signature byte vector which includes the 1-byte sighash flag that Bitcoin adds, even though that flag falls outside of the DER specification, and is unaffected by this proposal. The function is also not called for cases where the length of sig is 0, in order to provide a simple, short and efficiently-verifiable encoding for deliberately invalid signatures.
-DER is specified in http://www.itu.int/rec/T-REC-X.690-200811-I/en .
+DER is specified in https://www.itu.int/rec/T-REC-X.690/en .
<pre>
bool static IsValidSignatureEncoding(const std::vector<unsigned char> &sig) {