pqc/src
Malte 90a01a03ec rand: getting small and big polynoms is working
pb_poly *ntru_get_urnd_poly_big(ntru_context *ctx)
pb_poly *ntru_get_rnd_poly_big(ntru_context *ctx)
are written but the testing isen working and
i think it is a bad idea to not use function poniters
at the moment we have about 4 functions that do all the same thing
and differ only in the subfunction call.
But at the moment i cat decide of we shold use
function pinter

RAND: merged conflict
2014-05-12 20:28:22 +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 rand: getting small and big polynoms is working 2014-05-12 20:28:22 +02:00
poly.h POLY: fix pb_inverse_poly_q() 2014-05-12 20:17:42 +02:00
rand.c rand: getting small and big polynoms is working 2014-05-12 20:28:22 +02:00
rand.h rand: getting small and big polynoms is working 2014-05-12 20:28:22 +02:00