hasufell
|
456dff26e0
|
BUILD: remove non-existing header from build
|
2014-05-12 20:32:34 +02:00 |
|
|
9520003db1
|
BUILD: ignore -Wunused-function... this is a library
|
2014-05-12 20:32:34 +02:00 |
|
|
a4603877f9
|
BUILD: update Makefile for mem.o
|
2014-05-12 20:32:34 +02:00 |
|
|
f98be67dd3
|
BUILD: fix possible linker errors
|
2014-05-12 20:17:42 +02:00 |
|
|
739feea0fe
|
BUILD: fix linker errors when playing in main.c
|
2014-05-12 20:17:42 +02:00 |
|
|
66da54b3a3
|
BUILD: ignore -Wunused-parameter
Can happen in callback functions and so forth.
|
2014-05-12 20:17:42 +02:00 |
|
Malte
|
04d5d6d38f
|
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
|
2014-05-12 20:13:22 +02:00 |
|
Malte
|
71b8f4cbeb
|
Added static mp_digit get_rnd_int_small(int *sign)
but it takes about ~40minutes to generate a x^500
polynom with /dev/random.
|
2014-05-12 20:13:22 +02:00 |
|
|
a547d7d49b
|
BUILD: add target "main" for testing
main.c does not belong in this repository, but
might be used for testing locally.
|
2014-04-14 23:51:33 +02:00 |
|
|
565abd95d7
|
BUILD: add initial Makefiles
|
2014-04-14 22:29:55 +02:00 |
|