We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11bdffc commit 07b626dCopy full SHA for 07b626d
1 file changed
src/math/rand_bn.c
@@ -8,7 +8,7 @@
8
*/
9
#include "tomcrypt.h"
10
11
-#ifdef LTC_MDSA
+#if defined(LTC_MDSA) || defined(LTC_MECC)
12
/**
13
Generate a random number N with given bitlength (note: MSB can be 0)
14
0 commit comments