pqc/src
Malte 21022c9ff8 rand: extractet some double code into new functions
this is the first step, in the next one i a going to remove
static mp_digit get_urnd_int_small(int *sign);
static mp_digit get_rnd_int_small(int *sign);
static mp_digit get_urnd_int_big(int *sign);
static mp_digit get_rnd_int_big(int *sign);

RAND: merged a conflict
2014-05-12 20:32:14 +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 syntax error within comment 2014-05-12 20:29:59 +02:00
poly.h POLY: fix pb_inverse_poly_q() 2014-05-12 20:17:42 +02:00
rand.c rand: extractet some double code into new functions 2014-05-12 20:32:14 +02:00
rand.h rand: getting small and big polynoms is working 2014-05-12 20:28:22 +02:00