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 |
|