We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5809141 commit 926bf9eCopy full SHA for 926bf9e
mp_rand_source.c
@@ -1,5 +1,7 @@
1
#include "tommath_private.h"
2
-#ifdef MP_RAND_C
+/* MP_RAND_C relates to mp_rand.c, MP_PRIME_RAND_C relates tp mp_prime_rand.c
3
+ Both use s_mp_rand_source */
4
+#if defined(MP_RAND_C) || defined(MP_PRIME_RAND_C)
5
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
6
/* SPDX-License-Identifier: Unlicense */
7
0 commit comments