diff options
author | Jack Lloyd <[email protected]> | 2021-04-08 12:52:32 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2021-04-08 12:52:32 -0400 |
commit | 241ebdc0686a78f0ca221b3a9eb73da99ab9d3b7 (patch) | |
tree | 1bcd5f295598be45d2370bd657dc07943f5d96ff /doc/dev_ref | |
parent | 52fa621f07cef332987b5ed891e56de98d6afa49 (diff) |
Another todo
Diffstat (limited to 'doc/dev_ref')
-rw-r--r-- | doc/dev_ref/todo.rst | 1 |
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 ---------------------------------------- |