aboutsummaryrefslogtreecommitdiffstats
path: root/doc/todo.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-04-28 11:20:55 -0400
committerJack Lloyd <[email protected]>2016-04-28 11:20:55 -0400
commite6f56a82b639776282b9f4fd6a66e426ea0910d2 (patch)
tree4cebbc73fedfc8444b026f7421f1bcf54db7db04 /doc/todo.rst
parent372f2683c2808afed1499d9a7668390170329d1c (diff)
Doc updates
[ci skip]
Diffstat (limited to 'doc/todo.rst')
-rw-r--r--doc/todo.rst5
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
----------------------------------------