pqc/include
hasufell e4b6ca84e5
ENC/DEC: implement compression via lz4
This speeds up encryption/decryption considerably, but also
causes complete failure for any non-recoverable char in a message,
since the decompression will fail then.

Also remove the double base64 encode/decode.
2014-06-22 22:44:03 +02:00
..
Doxyfile DOC: run doxygen separately for internal/external API 2014-06-09 02:11:52 +02:00
Makefile PUB-API: rename headers to have ntru_ prefix 2014-06-22 22:19:56 +02:00
doxygen.dox ENC/DEC: implement compression via lz4 2014-06-22 22:44:03 +02:00
ntru.h DOC: improve function documentation 2014-06-09 00:10:38 +02:00
ntru_decrypt.h PUB-API: rename headers to have ntru_ prefix 2014-06-22 22:19:56 +02:00
ntru_encrypt.h PUB-API: rename headers to have ntru_ prefix 2014-06-22 22:19:56 +02:00
ntru_keypair.h ALL: rearrange out-parameters to consistently match flint logic 2014-06-22 22:20:07 +02:00
ntru_rnd.h PUB-API: rename headers to have ntru_ prefix 2014-06-22 22:19:56 +02:00