Commit Graph

18 Commits

Author SHA1 Message Date
b8fd0c0559
DOC: add 'make check' to instructions 2014-06-28 02:09:07 +02:00
5e849d3d50
KEYGEN: improve error handling
Check for NULL-pointer arguments and add bool return value
which indicates whether any of the file operations failed.
2014-06-28 00:44:33 +02:00
85f671a46f
PUB-API: fix syntax errors 2014-06-27 22:41:11 +02:00
cd347938f4
PUB-API: fix write_file() declaration 2014-06-27 16:04:46 +02:00
9a57b5e7c1
DOC: random doxygen improvements 2014-06-23 17:42:25 +02:00
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