aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dev_ref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dev_ref')
-rw-r--r--doc/dev_ref/todo.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/dev_ref/todo.rst b/doc/dev_ref/todo.rst
index 8e69196fc..7ab2fe732 100644
--- a/doc/dev_ref/todo.rst
+++ b/doc/dev_ref/todo.rst
@@ -31,11 +31,12 @@ Improved Ciphers Implementations
* ChaCha using SSSE3
* Threefish-512 AVX2 would be improved by doing 4-wide execution
* SHA-512 using BMI2+AVX2
-* Constant time DES using bitslicing
+* Constant time bitsliced DES
* 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
+* Add CLMUL/PMULL implementations for CRC24/CRC32
Public Key Crypto, Math
----------------------------------------