We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739598d commit c9546c5Copy full SHA for c9546c5
README.md
@@ -4,6 +4,7 @@
4
[](https://github.com/daedalus/BreakingECDSAwithLLL/stargazers)
5
6
7
+
8
# BreakingECDSAwithLLL
9
Breaking ECDSA (not so broken) with LLL
10
@@ -33,3 +34,5 @@ Then run:
33
34
# Will find the private key if LLL converges, args:(bits,nonces)
35
python3 crack_weak_ECDSA_nonces_with_LLL.py nonces.csv 176 6 | grep -e e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
36
```
37
38
+This PoC was referenced in [CVE-2024-31497](https://nvd.nist.gov/vuln/detail/CVE-2024-31497) on 4/16/2024.
0 commit comments