diff options
author | Jack Lloyd <[email protected]> | 2018-09-20 18:17:53 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-20 18:18:34 -0400 |
commit | 649c9301a7f48a7d28d70e693f1187ca3d8398f5 (patch) | |
tree | 48d50a1dc724a70ff58bd4a39b7a8dd64f758a8e /news.rst | |
parent | 4cffc7c057716d8ee3eac500a323cbab97084bc8 (diff) |
Optimization for Poly1305
Rearranging this code seems to let both GCC and Clang do a little
better on the core loop, 4-7% depending on buffer size on my i7-6700k
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ Version 2.8.0, Not Yet Released * Correct bugs which would cause CFB, OCB, and GCM modes to crash when they were used in an unkeyed state. (GH #1639) -* Optimizations for SM4 +* Optimizations for SM4 and Poly1305 * Avoid a cache side channel in the AES key schedule |