Commit Graph

20 Commits

Author SHA1 Message Date
hasufell 73a90cc3e9
DOC: minor fixes 2014-06-28 13:11:36 +02:00
hasufell a6071c609a
DOC: add doxygen to deps 2014-06-28 13:03:40 +02:00
hasufell b8fd0c0559
DOC: add 'make check' to instructions 2014-06-28 02:09:07 +02:00
hasufell 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
hasufell 85f671a46f
PUB-API: fix syntax errors 2014-06-27 22:41:11 +02:00
hasufell cd347938f4
PUB-API: fix write_file() declaration 2014-06-27 16:04:46 +02:00
hasufell 9a57b5e7c1
DOC: random doxygen improvements 2014-06-23 17:42:25 +02:00
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
hasufell 8ca155efc0
ALL: rearrange out-parameters to consistently match flint logic 2014-06-22 22:20:07 +02:00
hasufell 8f77c3351a
PUB-API: add missing const modifiers 2014-06-22 22:20:07 +02:00
hasufell b38c220704
PUB-API: rename headers to have ntru_ prefix 2014-06-22 22:19:56 +02:00
hasufell df7386847f
DOC: improve doxygen intro pages 2014-06-09 02:17:21 +02:00
hasufell f76429b24b
DOC: fix various doxygen comments 2014-06-09 02:12:04 +02:00
hasufell 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
hasufell 682b3a47d2
DOC: refactor, use dedicated doxygen folder, add Index Page 2014-06-09 00:10:39 +02:00
hasufell 9256a56076
PUB-API: rename the headers, install them in ntru/ subfolder 2014-06-09 00:10:39 +02:00
hasufell 544548f6db
DOC: improve function documentation 2014-06-09 00:10:38 +02:00
hasufell 7f54d6c0f7
DOC: fix some doxygen comments 2014-06-09 00:10:38 +02:00
hasufell 063f837588
BUILD: fix install rules and doc generation
Also provide proper SONAME.
2014-06-09 00:10:38 +02:00
hasufell 07cc12f649
PUB-API: add public API headers 2014-06-09 00:10:38 +02:00