Update ecdh.c

This commit is contained in:
kokke
2017-11-05 02:58:09 +01:00
committed by GitHub
parent 1386bd08b4
commit 710e57a5ae

2
ecdh.c
View File

@@ -58,7 +58,7 @@
#include <assert.h>
#endif
/* Default to constant-time operations */
/* Use (some) constant-time operations? */
#ifndef CONST_TIME
#define CONST_TIME 0
#endif