From eb7565619cccf5e62285589d17160bc23db21c1b Mon Sep 17 00:00:00 2001 From: CRYPTO DEEP TECH <87700947+demining@users.noreply.github.com> Date: Fri, 14 Oct 2022 20:13:49 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f528b0..411f46f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -
+In this article, we implement an efficient Frey-Rück Attack algorithm for signing ECDSA
a transaction on the Bitcoin blockchain. In our earlier posts, we touched on the topic of signature vulnerability several times ECDSA
. With a critical vulnerability in the Bitcoin blockchain transaction, we can solve the rather difficult discrete logarithm problem to extract the ECDSA
secret key"K" (NONCE)
from the vulnerable signature in order to ultimately restore the Bitcoin Wallet, since knowing the secret key we can get the private key.