Commit Graph

7 Commits

Author SHA1 Message Date
cafc977c64
DOC: improve memory management documentation 2014-04-15 14:23:27 +02:00
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
255bc5b769
RAND: close the correct file descriptor 2014-04-15 13:43:03 +02:00
f6e879cba8
LICENSE: fix header 2014-04-15 13:35:04 +02:00
5df1ebbb45
ALL: prefix external API structs/functions with ntru_ 2014-04-14 23:47:01 +02:00
e8ec6103aa
RAND: make mp_digit get_urnd_int_small() static
Does not seem to qualify for external API function.
2014-04-14 23:45:38 +02:00
ff40048d55
RAND: basic randomization
No sanity checks like minimum number of non-NULL coefficients
for the polynomial.
2014-04-14 22:29:36 +02:00