libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit 8e65feb3bf14f50760507c3a269c21cfce49d2c1
parent f6106595fd75379982d487196162bea6a6ca0795
Author: Mattias Andrée <maandree@kth.se>
Date:   Thu,  7 Apr 2016 14:07:32 +0200

zptest: use DEFAULT_RANDOM

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Msrc/zptest.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zptest.c b/src/zptest.c @@ -39,7 +39,7 @@ zptest(z_t witness, z_t n, int t) zrsh(d, n1, r); while (t--) { - zrand(a, FAST_RANDOM, UNIFORM, n4); + zrand(a, DEFAULT_RANDOM, UNIFORM, n4); zadd_unsigned(a, a, libzahl_const_2); zmodpow(x, a, d, n);