diff options
author | Jack Lloyd <[email protected]> | 2017-09-18 11:03:50 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-18 11:03:58 -0400 |
commit | 1c1b8a0cc4fa34e4ce69fdb07e045b0b215d2321 (patch) | |
tree | 639a6c92a57e1fd5d2ab79ffbbb368aaf0a54c95 /doc/todo.rst | |
parent | d7a1b9c762ec043e83f8b9389c3eca40e18f0022 (diff) |
More todos
Diffstat (limited to 'doc/todo.rst')
-rw-r--r-- | doc/todo.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index 929015e24..553828a25 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -25,6 +25,7 @@ Ciphers, Hashes, PBKDF * Skein-MAC * PMAC * Extend Cascade_Cipher to support arbitrary number of ciphers +* EME* tweakable block cipher (https://eprint.iacr.org/2004/125.pdf) Public Key Crypto, Math ---------------------------------------- @@ -118,6 +119,8 @@ Compat Headers since the OpenSSL API handles both crypto and IO. Use Asio, since it is expected to be the base of future C++ standard network library. +* Write a module exposing a NaCl/libsodium compatible API header. + FFI and Bindings ---------------------------------------- @@ -138,6 +141,7 @@ Build/Test * Create Docker image for Travis that runs 16.04 and has all the tools we need pre-installed. +* Build/export Windows installer exe on AppVeyor * Code signing for Windows installers * Test runner python script that captures backtraces and other debug info during CI |