aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dev_ref
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2021-04-08 12:52:32 -0400
committerJack Lloyd <[email protected]>2021-04-08 12:52:32 -0400
commit241ebdc0686a78f0ca221b3a9eb73da99ab9d3b7 (patch)
tree1bcd5f295598be45d2370bd657dc07943f5d96ff /doc/dev_ref
parent52fa621f07cef332987b5ed891e56de98d6afa49 (diff)
Another todo
Diffstat (limited to 'doc/dev_ref')
-rw-r--r--doc/dev_ref/todo.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/dev_ref/todo.rst b/doc/dev_ref/todo.rst
index 310fc66b7..18e217f99 100644
--- a/doc/dev_ref/todo.rst
+++ b/doc/dev_ref/todo.rst
@@ -35,6 +35,7 @@ Improved Ciphers Implementations
* SIMD evaluation of SHA-2 and SHA-3 compression functions
* Salsa implementations (SIMD_4x32 and/or AVX2)
* AVX-512 implementations? (SHACAL2, Serpent, ChaCha)
+* Support parallel execution via thread pool in scrypt and Argon2
Public Key Crypto, Math
----------------------------------------