From a7c7015371c006083cc8a7e8cee8945411dacfdf Mon Sep 17 00:00:00 2001 From: Mehrn0ush Date: Sun, 25 Jan 2026 16:40:00 +0330 Subject: [PATCH 1/2] Add UMAC (RFC4418) to cryptography registry Refs #787 Signed-off-by: Mehrn0ush --- schema/cryptography-defs.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/schema/cryptography-defs.json b/schema/cryptography-defs.json index 0a2bdff6..fc42f84a 100644 --- a/schema/cryptography-defs.json +++ b/schema/cryptography-defs.json @@ -457,6 +457,21 @@ } ] }, + { + "family": "UMAC", + "standard": [ + { + "name": "RFC4418", + "url": "https://doi.org/10.17487/RFC4418" + } + ], + "variant": [ + { + "pattern": "UMAC[-(32|64|96|128)]", + "primitive": "mac" + } + ] + }, { "family": "ChaCha", "standard": [ From 427116e6c0c5a6c81771ddc7bf556f448280521d Mon Sep 17 00:00:00 2001 From: Mehrn0ush Date: Thu, 19 Feb 2026 08:31:33 +0330 Subject: [PATCH 2/2] fix(schema): add UMAC to algorithmFamiliesEnum Signed-off-by: Mehrn0ush --- schema/cryptography-defs.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/cryptography-defs.schema.json b/schema/cryptography-defs.schema.json index 1a873a01..06b222ec 100644 --- a/schema/cryptography-defs.schema.json +++ b/schema/cryptography-defs.schema.json @@ -314,6 +314,7 @@ "Skipjack", "TUAK", "Twofish", + "UMAC", "Whirlpool", "X3DH", "XMSS",