aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro <alejandro@criadoperez.com>2023-07-03 15:57:31 +0200
committerAlejandro <alejandro@criadoperez.com>2023-07-03 15:57:31 +0200
commit4b971e2157b49f177e3f6960052c70c4d044b72e (patch)
tree58602635c99828ffd84cc5989a93a5ab0d6f6f70
parent875f85e2129d5287d94c7f589516b24813af9b61 (diff)
downloadwycheproof-4b971e2157b49f177e3f6960052c70c4d044b72e.tar.gz
fix patch
-rw-r--r--testvectors_v1/ecdsa_secp256k1_sha256_bitcoin_test.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/testvectors_v1/ecdsa_secp256k1_sha256_bitcoin_test.json b/testvectors_v1/ecdsa_secp256k1_sha256_bitcoin_test.json
index 7e8fd1a..aa0cc8a 100644
--- a/testvectors_v1/ecdsa_secp256k1_sha256_bitcoin_test.json
+++ b/testvectors_v1/ecdsa_secp256k1_sha256_bitcoin_test.json
@@ -95,7 +95,7 @@
},
"SignatureMalleabilityBitcoin" : {
"bugType" : "SIGNATURE_MALLEABILITY",
- "description" : "\"BitCoins\"-curves are curves where signature malleability can be a serious issue. An implementation should only accept a signature s where s < n/2. If an implementation is not meant for uses cases that require signature malleability then this implemenation should be tested with another set of test vectors.",
+ "description" : "\"BitCoins\"-curves are curves where signature malleability can be a serious issue. An implementation should only accept a signature s where s < n/2. If an implementation is not meant for uses cases that require signature malleability then this implementation should be tested with another set of test vectors.",
"effect" : "In bitcoin exchanges, it may be used to make a double deposits or double withdrawals",
"links" : [
"https://en.bitcoin.it/wiki/Transaction_malleability",