From 5d10c3a8472be27e946bac2f3e968f88e088c6c8 Mon Sep 17 00:00:00 2001 From: Mehrn0ush Date: Mon, 2 Feb 2026 22:52:48 +0330 Subject: [PATCH] Add HPKE 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 1f06fdff..1a873a01 100644 --- a/schema/cryptography-defs.schema.json +++ b/schema/cryptography-defs.schema.json @@ -270,6 +270,7 @@ "FFDH", "Fortuna", "GOST", + "HPKE", "HC", "HKDF", "HMAC",