Go to file
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
external BUILD: add external libtompoly library 2014-04-14 22:22:07 +02:00
src rand: extractet some double code into new functions 2014-05-12 20:32:14 +02:00
.gitignore update .gitignore 2014-04-15 14:27:06 +02:00
COPYING LICENSE: add LGPL-2.1 license file 2014-04-14 23:58:19 +02:00
Doxyfile DOC: add Doxyfile 2014-04-14 22:50:16 +02:00
Makefile BUILD: update top-level Makefile 2014-04-15 14:13:03 +02:00