Commit Graph

13 Commits

Author SHA1 Message Date
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
8ca155efc0
ALL: rearrange out-parameters to consistently match flint logic 2014-06-22 22:20:07 +02:00
8f77c3351a
PUB-API: add missing const modifiers 2014-06-22 22:20:07 +02:00
b38c220704
PUB-API: rename headers to have ntru_ prefix 2014-06-22 22:19:56 +02:00
df7386847f
DOC: improve doxygen intro pages 2014-06-09 02:17:21 +02:00
f76429b24b
DOC: fix various doxygen comments 2014-06-09 02:12:04 +02:00
4fbb63e67f
DOC: run doxygen separately for internal/external API
Also only install the external API on gh-pages.
2014-06-09 02:11:52 +02:00
682b3a47d2
DOC: refactor, use dedicated doxygen folder, add Index Page 2014-06-09 00:10:39 +02:00
9256a56076
PUB-API: rename the headers, install them in ntru/ subfolder 2014-06-09 00:10:39 +02:00
544548f6db
DOC: improve function documentation 2014-06-09 00:10:38 +02:00
7f54d6c0f7
DOC: fix some doxygen comments 2014-06-09 00:10:38 +02:00
063f837588
BUILD: fix install rules and doc generation
Also provide proper SONAME.
2014-06-09 00:10:38 +02:00
07cc12f649
PUB-API: add public API headers 2014-06-09 00:10:38 +02:00