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