diff options
author | Jack Lloyd <[email protected]> | 2017-10-13 17:24:26 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-10-13 17:24:26 -0400 |
commit | 41b6584c6b635374a919986f3741835a7405a529 (patch) | |
tree | c47b27448104db161ece6f66ac4ee1c8df9a9210 /news.rst | |
parent | 0a79eff11a2d5bf5bcb23e57173c9c46131a78b7 (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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |