From 0823f20856f83a5286a9332aabca63c5b7d73b15 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 23 Nov 2024 21:18:11 +0900 Subject: [PATCH] tests: update ecdsa_secp256k1_sha256_bitcoin_test.json implemenation -> implementation --- src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json b/src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json index 9c90747993..6f6e8aee80 100644 --- a/src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json +++ b/src/wycheproof/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",