Commit Graph

5 Commits

Author SHA1 Message Date
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 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 df7386847f
DOC: improve doxygen intro pages 2014-06-09 02:17:21 +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