rand:ntru_get_rnd_poly_small: written a function to generate a random polynom

like get_urnd_int_small but with the random source from /dev/random
instead of /dev/urandom
This commit is contained in:
Malte
2014-04-19 18:35:51 +02:00
committed by malte
parent 71b8f4cbeb
commit 04d5d6d38f
3 changed files with 36 additions and 3 deletions

View File

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