diff options
author | Jack Lloyd <[email protected]> | 2015-09-22 11:47:59 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-09-22 11:47:59 -0400 |
commit | ff7e648c4ca979f740424997decba98a64d9e442 (patch) | |
tree | 5c2a2fdbd4c9e25c2d8c3e996d4745f54ea73dc4 /doc | |
parent | 45690f3392108e5183e363ef1b8024943cbedf07 (diff) |
Update todo
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index 21f8b7369..44aa6388d 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -45,6 +45,7 @@ New Protocols FFI (Python, OCaml) ---------------------------------------- +* Expose certificates * Expose TLS Symmetric Algorithms, Hashes, ... @@ -55,8 +56,8 @@ Symmetric Algorithms, Hashes, ... * Serpent using AVX2 * Serpent using SSSE3 pshufb for sboxes * ChaCha20 using SSE2 or AVX2 -* SHA-512 using SSE2 (to access 64-bit math on x86-32) * scrypt +* bcrypt PBKDF * BLAKE2b * Skein-MAC * ARIA (Korean block cipher, RFCs 5794 and 6209) @@ -65,7 +66,7 @@ Symmetric Algorithms, Hashes, ... Public Key Crypto, Math ---------------------------------------- -* EdDSA +* EdDSA (GH #283) * Ed448-Goldilocks * FHMQV * Support mixed hashes and non-empty param strings in OAEP |