From 0a5d2813543fbd6b4f85a12f93eaf2c4e977c6d6 Mon Sep 17 00:00:00 2001 From: Joachim Vandersmissen Date: Wed, 11 Mar 2026 15:44:22 -0700 Subject: [PATCH] Remove dash from SHA-3 hash algorithms The official name of the hash algorithms does not contain the dash. Signed-off-by: Joachim Vandersmissen --- schema/cryptography-defs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/cryptography-defs.json b/schema/cryptography-defs.json index 2d1a7f19..dbdbbe34 100644 --- a/schema/cryptography-defs.json +++ b/schema/cryptography-defs.json @@ -323,7 +323,7 @@ ], "variant": [ { - "pattern": "SHA-3-(224|256|384|512)", + "pattern": "SHA3-(224|256|384|512)", "primitive": "hash" }, {