Added static mp_digit get_rnd_int_small(int *sign)

but it takes about ~40minutes to generate a x^500
polynom with /dev/random.
This commit is contained in:
Malte
2014-04-17 18:26:18 +02:00
committed by malte
parent 3902209626
commit 71b8f4cbeb
2 changed files with 44 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ endif
%.o: %.c
$(CC) -fPIC $(CFLAGS) $(CPPFLAGS) $(INCS) -c $*.c
all: libpqc.a libpqc.so
all: libpqc.a libpqc.so main
# test: $(CUNIT_OBJS) $(PQC_LIBS)