From e3df872d1eee458a0b3e6f6e0cf4c0e06e90fe0f Mon Sep 17 00:00:00 2001 From: Joachim Vandersmissen Date: Tue, 9 Jan 2024 18:23:12 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a8f284..1395809 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ while True: * [x] [Forbidden attack](attacks/gcm/forbidden_attack.py) [^gcm_forbidden_attack] ### Hidden Number Problem +With applications to partial (EC)DSA nonce exposure. * [x] [Extended hidden number problem](attacks/hnp/extended_hnp.py) [^hnp_extended_hnp] * [ ] Fourier analysis attack * [x] [Lattice-based attack](attacks/hnp/lattice_attack.py)