aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-10-13 17:24:26 -0400
committerJack Lloyd <[email protected]>2017-10-13 17:24:26 -0400
commit41b6584c6b635374a919986f3741835a7405a529 (patch)
treec47b27448104db161ece6f66ac4ee1c8df9a9210 /news.rst
parent0a79eff11a2d5bf5bcb23e57173c9c46131a78b7 (diff)
Further GCM optimizations
Went from 27 to 20 cycles per byte on Skylake (with clmul disabled)
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/news.rst b/news.rst
index 0696833a4..496edba46 100644
--- a/news.rst
+++ b/news.rst
@@ -4,7 +4,7 @@ Release Notes
Version 2.4.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* Optimizations for OCB, CFB, SM3, CAST-128, CAST-256
+* Optimizations for OCB, GCM (#1253), CFB, SM3, CAST-128/CAST-256 (#1247)
* Reduce the overhead of ffi calls.