diff options
-rw-r--r-- | doc/todo.rst | 1 | ||||
-rw-r--r-- | news.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index 93fe0066d..514c758b5 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -30,6 +30,7 @@ Ciphers, Hashes, PBKDF * Constant time DES using BMI2 * Threefish-1024 * SIMD evaluation of SHA-2 and SHA-3 compression functions +* Adiantum Public Key Crypto, Math ---------------------------------------- @@ -5,7 +5,7 @@ Version 2.11.0, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Add a ``boost::asio`` TLS stream compatible with ``boost::asio::ssl``. - (GH #1839) + (GH #1839 #1927) * Add a certificate store for Linux/Unix systems. (GH #1885) |