diff options
author | Jack Lloyd <[email protected]> | 2016-04-28 11:20:55 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-04-28 11:20:55 -0400 |
commit | e6f56a82b639776282b9f4fd6a66e426ea0910d2 (patch) | |
tree | 4cebbc73fedfc8444b026f7421f1bcf54db7db04 /doc/todo.rst | |
parent | 372f2683c2808afed1499d9a7668390170329d1c (diff) |
Doc updates
[ci skip]
Diffstat (limited to 'doc/todo.rst')
-rw-r--r-- | doc/todo.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index 4d33731ea..930c23fbd 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -14,8 +14,11 @@ CLI for an example * `encrypt` / `decrypt` tools providing password and/or public key based file encryption +* `bcrypt` cmdlet +* Make help output more helpful * More microbenchmarks in `speed`: modular exponentiation, ECC point multiplication, other BigInt operations +* Compute cycles/byte estimates for benchmark output TLS ---------------------------------------- @@ -81,6 +84,7 @@ Symmetric Algorithms, Hashes, ... * Bitsliced AES or Camellia * Compressed tables for AES * AES using vector permutes for NEON, AltiVec +* Use ARMv8 crypto: AES, SHA * Camellia with AES-NI * Serpent using AVX2 * Serpent using SSSE3 pshufb for sboxes @@ -112,7 +116,6 @@ Library Infrastructure * Add logging callbacks * Add latency tracing framework -* Compute cycles/byte estimates for benchmark output Build ---------------------------------------- |