From 710e57a5aed5aebbb300dffad8d94ca3d6129acd Mon Sep 17 00:00:00 2001 From: kokke Date: Sun, 5 Nov 2017 02:58:09 +0100 Subject: [PATCH] Update ecdh.c --- ecdh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecdh.c b/ecdh.c index 3ec5a9e..2a514a0 100644 --- a/ecdh.c +++ b/ecdh.c @@ -58,7 +58,7 @@ #include #endif -/* Default to constant-time operations */ +/* Use (some) constant-time operations? */ #ifndef CONST_TIME #define CONST_TIME 0 #endif