summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/crypt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ouroboros/crypt.h b/include/ouroboros/crypt.h
index dd0c2853..b567bf8d 100644
--- a/include/ouroboros/crypt.h
+++ b/include/ouroboros/crypt.h
@@ -69,8 +69,10 @@
/* Hybrid KEM NIDs: project-assigned range, OpenSSL defines none */
#define NID_X25519MLKEM768 2053
#define NID_X448MLKEM1024 2054
+#define NID_SecP256r1MLKEM768 2055
+#define NID_SecP384r1MLKEM1024 2056
#define NID_HYBRID_KEM_MIN NID_X25519MLKEM768
-#define NID_HYBRID_KEM_MAX NID_X448MLKEM1024
+#define NID_HYBRID_KEM_MAX NID_SecP384r1MLKEM1024
/* KDF NIDs (match OpenSSL values) */
#define NID_hkdf 1036