Go to file
hasufell 617e32b9cf
RAND: fix memory leak
pb_init() which is called by init_polynom_size() will call
mp_init_copy() on chara which means that chara being a pointer
itself is useless. We can clear it directly after it has been
copied.
2014-04-15 14:15:41 +02:00
external BUILD: add external libtompoly library 2014-04-14 22:22:07 +02:00
src RAND: fix memory leak 2014-04-15 14:15:41 +02:00
.gitignore initial commit: add .gitignore 2014-03-31 21:33:24 +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