aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-10-15 04:02:35 -0400
committerJack Lloyd <[email protected]>2017-10-15 04:05:23 -0400
commitd52dece3876df6d19681fb16cb607325aee01052 (patch)
tree155388e75d621d9bbb90a48c64cdfcffc271b51a /news.rst
parent4fbd067207a9bdc0ee7a2c141c61dbf786d2c9a4 (diff)
GMAC optimization
Avoid copying inputs needlessly, on Skylake doubles performance (from 1 GB/s -> 2 GB/s)
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/news.rst b/news.rst
index 1f8aaf41e..e1f624268 100644
--- a/news.rst
+++ b/news.rst
@@ -4,7 +4,8 @@ Release Notes
Version 2.4.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* Optimizations for OCB, CFB, SM3, SM4, GCM (#1253), CAST-128/CAST-256 (#1247)
+* Optimizations for OCB, CFB, SM3, SM4, GMAC, GCM (#1253),
+ CAST-128/CAST-256 (#1247).
* Reduce the overhead of ffi calls.