pqc/src
hasufell 4a07ceadcd
ALL: use uint32_t instead of unsigned int
2014-05-25 22:47:54 +02:00
..
Makefile ASCII->POLY: simplify with macros 2014-05-25 20:57:40 +02:00
ascii_poly.c ASCII->POLY: improve readability 2014-05-25 22:43:59 +02:00
ascii_poly.h ASCII->POLY: rename header guard 2014-05-25 20:57:41 +02:00
common.h ASCII->POLY: simplify with macros 2014-05-25 20:57:40 +02:00
context.h ALL: use uint32_t instead of unsigned int 2014-05-25 22:47:54 +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 ALL: use uint32_t instead of unsigned int 2014-05-25 22:47:54 +02:00
poly.h ALL: use uint32_t instead of unsigned int 2014-05-25 22:47:54 +02:00
rand.c ALL: use uint32_t instead of unsigned int 2014-05-25 22:47:54 +02:00
rand.h RAND: cleanup after merge 2014-05-19 21:58:56 +02:00