diff options
author | Jack Lloyd <[email protected]> | 2021-05-30 09:28:27 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2021-05-30 09:28:27 -0400 |
commit | 30835f5aecac5505b8c57f22cdc092317ef817cd (patch) | |
tree | f27c93017cbabf91551e088c6c54cc3e23e3b0ed /doc/dev_ref | |
parent | cd7972279a01a99bcaaf6a9442a41108ade6ec1e (diff) |
More todos [ci skip]
Diffstat (limited to 'doc/dev_ref')
-rw-r--r-- | doc/dev_ref/todo.rst | 3 |
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 ---------------------------------------- |