aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dev_ref
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-12-27 16:23:22 -0500
committerJack Lloyd <[email protected]>2020-12-27 16:29:15 -0500
commitf8491f9c586348cef06a22f81ad544b8727f3a0f (patch)
tree513332685146e358764e89937a177daa890e9058 /doc/dev_ref
parentac815e1714a350a89aa71e8a4a7706f320a11630 (diff)
Add BMI2 3DES implementation
Diffstat (limited to 'doc/dev_ref')
-rw-r--r--doc/dev_ref/todo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev_ref/todo.rst b/doc/dev_ref/todo.rst
index e82c885fa..6c69b3b77 100644
--- a/doc/dev_ref/todo.rst
+++ b/doc/dev_ref/todo.rst
@@ -29,7 +29,7 @@ Improved Ciphers Implementations
* Poly1305 using AVX2
* ChaCha using SSSE3
* SHA-512 using BMI2+AVX2
-* Constant time DES using bitslicing and/or BMI2
+* Constant time DES using bitslicing
* SIMD evaluation of SHA-2 and SHA-3 compression functions
Public Key Crypto, Math