From 10f026df4d720e9d116537fb756ee497d5745a4c Mon Sep 17 00:00:00 2001 From: Mehrn0ush Date: Sun, 16 Aug 2026 17:15:04 +0330 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20LMOTS=20Winternitz=20parameter?= =?UTF-8?q?=20and=20add=20HSS=20variant=20Align=20LMOTS=20with=20RFC=20855?= =?UTF-8?q?4=20Table=201=20(N=20and=20W,=20not=20tree=20height)=20and=20ad?= =?UTF-8?q?d=20the=20HSS=20levels=20pattern=20from=20RFC=208554=20=C2=A76?= =?UTF-8?q?=20/=20NIST=20SP=20800-208.=20Signed-off-by:=20Mehrn0ush=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schema/cryptography-defs.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/schema/cryptography-defs.json b/schema/cryptography-defs.json index 5e0d2048..39080979 100644 --- a/schema/cryptography-defs.json +++ b/schema/cryptography-defs.json @@ -810,7 +810,11 @@ "primitive": "signature" }, { - "pattern": "LMOTS[_{hashfun}][_N{bytespernode}][_H{treeheight}]", + "pattern": "LMOTS[_{hashAlgorithm}][_N{bytesPerNode}][_W{winternitzParameter}]", + "primitive": "signature" + }, + { + "pattern": "HSS[_L{levels}]", "primitive": "signature" } ]