aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/todo.rst1
-rw-r--r--news.rst2
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
----------------------------------------
diff --git a/news.rst b/news.rst
index 4cd647615..47f9e99da 100644
--- a/news.rst
+++ b/news.rst
@@ -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)