aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2025-03-31 13:41:33 -0400
committerPaul Duncan <pabs@pablotron.org>2025-03-31 13:41:33 -0400
commit82b65f6d1a874eb8c3d2e6c1aca837a73383dcee (patch)
tree24df7acf1438beff7045f81ce22f1e89d114209c
parent71221cf57376b957843ccd3039966428fbcb0d51 (diff)
downloadpablotron.org-82b65f6d1a874eb8c3d2e6c1aca837a73383dcee.tar.xz
pablotron.org-82b65f6d1a874eb8c3d2e6c1aca837a73383dcee.zip
TODO.md: add hedged signature example
-rw-r--r--TODO.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index c232cfc..d25dceb 100644
--- a/TODO.md
+++ b/TODO.md
@@ -470,7 +470,8 @@
- stuff from fips203ipd (barrett reduction parameters)
- montgomery reduction:
https://jeffhurchalla.com/2022/04/28/montgomery-redc-using-the-positive-inverse-mod-r/
-- signing: random (ecdsa), deterministic (eddsa), hedged (ml-dsa)
+- signing: random (ecdsa), deterministic (eddsa), hedged (ml-dsa, XEdDSA)
+ - https://signal.org/docs/specifications/xeddsa/
- bad rng vs side-channel
- rng: (ps3)
- side channel: not just theoretical (roca)