diff options
author | Jack Lloyd <[email protected]> | 2020-12-27 16:23:22 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-12-27 16:29:15 -0500 |
commit | f8491f9c586348cef06a22f81ad544b8727f3a0f (patch) | |
tree | 513332685146e358764e89937a177daa890e9058 /doc/dev_ref | |
parent | ac815e1714a350a89aa71e8a4a7706f320a11630 (diff) |
Add BMI2 3DES implementation
Diffstat (limited to 'doc/dev_ref')
-rw-r--r-- | doc/dev_ref/todo.rst | 2 |
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 |