diff options
author | Jack Lloyd <[email protected]> | 2021-01-09 10:37:33 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2021-01-09 10:37:33 -0500 |
commit | 7522fa6321f7933be9ebbedd85ab009fd685d65c (patch) | |
tree | 48cc87af2af74c3b105474d9336dae42f79d82c5 /doc/dev_ref | |
parent | 55c40989d4bbad795f928eaf71a111eb45c2c636 (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 b35c4cef4..f9e8d02b6 100644 --- a/doc/dev_ref/todo.rst +++ b/doc/dev_ref/todo.rst @@ -32,6 +32,7 @@ Improved Ciphers Implementations * SHA-512 using BMI2+AVX2 * Constant time DES using bitslicing * SIMD evaluation of SHA-2 and SHA-3 compression functions +* AVX-512 implementations? (SHACAL2, Serpent, ChaCha) Public Key Crypto, Math ---------------------------------------- |