pqc/src
hasufell abf047a264
POLY: don't clamp polyonmial in build_polynom()
Otherwise we might hit problems when using this as an
out-polynom in a arithmetic functions. The caller can clamp
it himself, if he needs so.
2014-04-15 22:50:11 +02:00
..
context.h ALL: set context members to unsigned int 2014-04-15 18:49:33 +02:00
err.h LICENSE: fix header 2014-04-15 13:35:04 +02:00
Makefile BUILD: ignore -Wunused-parameter 2014-04-15 18:47:39 +02:00
poly.c POLY: don't clamp polyonmial in build_polynom() 2014-04-15 22:50:11 +02:00
poly.h POLY: add build_polynom() method 2014-04-15 18:49:17 +02:00
rand.c RAND: use unsigned long instead of mp_digit 2014-04-15 18:21:42 +02:00
rand.h LICENSE: fix header 2014-04-15 13:35:04 +02:00