aboutsummaryrefslogtreecommitdiffstats
path: root/doc/todo.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo.rst')
-rw-r--r--doc/todo.rst5
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