aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2024-03-15 12:24:39 -0700
committerCopybara-Service <copybara-worker@google.com>2024-03-15 12:24:39 -0700
commitf904e23c235e56411dabec8a31f52d11c28c8635 (patch)
treebf1ec78fa4b9351d7519fa31d64e8fe26b7b4f0e
parent003f300ca477656b5b97bbc0c65a51722378a5db (diff)
parent4b971e2157b49f177e3f6960052c70c4d044b72e (diff)
downloadwycheproof-f904e23c235e56411dabec8a31f52d11c28c8635.tar.gz
Merge pull request #91 from criadoperez:patch-1
PiperOrigin-RevId: 616210032
-rw-r--r--testvectors_v1/ecdsa_secp256k1_sha256_bitcoin_test.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/testvectors_v1/ecdsa_secp256k1_sha256_bitcoin_test.json b/testvectors_v1/ecdsa_secp256k1_sha256_bitcoin_test.json
index 9c90747..aa0cc8a 100644
--- a/testvectors_v1/ecdsa_secp256k1_sha256_bitcoin_test.json
+++ b/testvectors_v1/ecdsa_secp256k1_sha256_bitcoin_test.json
@@ -10,7 +10,7 @@
"notes" : {
"ArithmeticError" : {
"bugType" : "EDGE_CASE",
- "description" : "Some implementations of ECDSA have arithmetic errors that occur when intermediate results have extreme values. This test vector has been constructed to test such occurences.",
+ "description" : "Some implementations of ECDSA have arithmetic errors that occur when intermediate results have extreme values. This test vector has been constructed to test such occurrences.",
"cves" : [
"CVE-2017-18146"
]
@@ -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",