From 3d802f6d0cc01e59f54903f2b198611f46f9e9fb Mon Sep 17 00:00:00 2001 From: Mehrn0ush Date: Sat, 2 May 2026 16:58:24 +0330 Subject: [PATCH] fix: sync cryptographic algorithm family enum Signed-off-by: Mehrn0ush --- schema/cryptography-defs.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schema/cryptography-defs.schema.json b/schema/cryptography-defs.schema.json index e1781505..c05bebbd 100644 --- a/schema/cryptography-defs.schema.json +++ b/schema/cryptography-defs.schema.json @@ -247,6 +247,7 @@ "A5/1", "A5/2", "AES", + "ANSI-KDF", "ARIA", "Argon2", "Ascon", @@ -306,6 +307,7 @@ "RSAES-PKCS1", "RSASSA-PKCS1", "RSASSA-PSS", + "RSA-X931", "SEED", "SHA-1", "SHA-2", @@ -317,13 +319,16 @@ "SM9", "SNOW3G", "SP800-108", + "SP800-56C", "SPAKE2", "SPAKE2PLUS", "SRP", + "SSH-KDF", "Salsa20", "Serpent", "SipHash", "Skipjack", + "TLS-PRF", "TUAK", "Twofish", "UMAC",