pqc/src
hasufell 1a1f610d38
ASCII->POLY: fix array size
2014-05-25 20:57:40 +02:00
..
Makefile ASCII->POLY: reimplement 2014-05-25 20:57:32 +02:00
ascii_poly.c ASCII->POLY: fix array size 2014-05-25 20:57:40 +02:00
ascii_poly.h ASCII->POLY: reimplement 2014-05-25 20:57:32 +02:00
context.h DOC: add brief/file comments 2014-05-25 02:15:24 +02:00
decrypt.c DEC: fix memory leak 2014-05-25 04:06:05 +02:00
decrypt.h DOC: add brief/file comments 2014-05-25 02:15:24 +02:00
encrypt.c DOC: add brief/file comments 2014-05-25 02:15:24 +02:00
encrypt.h DOC: add brief/file comments 2014-05-25 02:15:24 +02:00
err.h DOC: add brief/file comments 2014-05-25 02:15:24 +02:00
keypair.c KEYGEN: fix missing initialisation 2014-05-25 04:07:51 +02:00
keypair.h KEYGEN: add deletion method 2014-05-25 04:06:24 +02:00
mem.c MEM: add ntru_calloc() function 2014-05-25 18:59:58 +02:00
mem.h MEM: add REALLOC macro 2014-05-25 19:00:10 +02:00
poly.c POLY: free the array pointer as well 2014-05-25 20:57:40 +02:00
poly.h POLY: provide cleanup function for polynomial arrays 2014-05-25 20:57:40 +02:00
rand.c RAND: cleanup after merge 2014-05-19 21:58:56 +02:00
rand.h RAND: cleanup after merge 2014-05-19 21:58:56 +02:00