pqc/src
hasufell 99ebda181a POLY: fix pb_inverse_poly_q()
Should be correct now. Had to add get_degree(), because
pb_clamp() in conjunction with pb_cmp() does not give
expected results, see https://github.com/libtom/libtompoly/issues/3
...so don't use it.
2014-05-12 20:17:42 +02:00
..
Makefile BUILD: fix possible linker errors 2014-05-12 20:17:42 +02:00
context.h ALL: set context members to unsigned int 2014-05-12 20:17:42 +02:00
err.h LICENSE: fix header 2014-04-15 13:35:04 +02:00
poly.c POLY: fix pb_inverse_poly_q() 2014-05-12 20:17:42 +02:00
poly.h POLY: fix pb_inverse_poly_q() 2014-05-12 20:17:42 +02:00
rand.c RAND: use unsigned long instead of mp_digit 2014-05-12 20:16:25 +02:00
rand.h rand:ntru_get_rnd_poly_small: written a function to generate a random polynom 2014-05-12 20:13:22 +02:00