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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user