diff options
author | Jack Lloyd <[email protected]> | 2017-10-15 04:02:35 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-10-15 04:05:23 -0400 |
commit | d52dece3876df6d19681fb16cb607325aee01052 (patch) | |
tree | 155388e75d621d9bbb90a48c64cdfcffc271b51a /news.rst | |
parent | 4fbd067207a9bdc0ee7a2c141c61dbf786d2c9a4 (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.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |