diff options
author | Jack Lloyd <[email protected]> | 2018-04-18 18:47:11 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-26 01:13:15 -0400 |
commit | 10e2aebeb3c21ed30e77167a49adca2b5ac4755d (patch) | |
tree | a82b95bf521a7358ee88f65f0abde87b9b2196a7 /doc | |
parent | a955c8a777550535bc3b6922395529e6a11b4c9d (diff) |
Add AVX2 version of ChaCha
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index c7d41197a..6515c5757 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -15,7 +15,7 @@ Ciphers, Hashes, PBKDF * Compressed tables for AES * AES using vector permutes for NEON * Camellia using AES-NI -* ChaCha20 using AVX2, NEON +* ChaCha20 using NEON * ASCON 1.2 (CAESAR) * NORX-64 3.0 (CAESAR) * Argon2 PBKDF (draft-irtf-cfrg-argon2) |