From cd38ed48f0fbfcf152f4783a9355e49c445f9520 Mon Sep 17 00:00:00 2001 From: kokke Date: Tue, 21 Nov 2017 00:59:32 +0100 Subject: [PATCH] Update ecdh.h --- ecdh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecdh.h b/ecdh.h index 29a3e43..485e522 100644 --- a/ecdh.h +++ b/ecdh.h @@ -50,9 +50,9 @@ #define NIST_B283 5 #define NIST_K283 6 #define NIST_B409 7 -#define NIST_K409 8 +#define NIST_K409 8 /* currently defunct :( */ #define NIST_B571 9 -#define NIST_K571 10 +#define NIST_K571 10 /* also not working... */ /* What is the default curve to use? */ #ifndef ECC_CURVE