diff options
author | Jack Lloyd <[email protected]> | 2017-11-16 17:19:11 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-16 18:59:56 -0500 |
commit | 5620a20509ba51b67d8329f2acab4242a733d2a5 (patch) | |
tree | 1e55ce5c1555d99d28e191986962616e859b1353 /news.rst | |
parent | 89a8317e3fce81df54c5664c19807e7fd416053f (diff) |
Optimize Twofish
Interleaving two blocks is 40-50% faster for any mode that supports
parallel operation.
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ Version 2.4.0, Not Yet Released and pmull. (GH #1253 #1263) * Various optimizations for OCB, CFB, CTR, SM3, SM4, GMAC, BLAKE2b, - Blowfish, CAST-128, and CRC24 (GH #1281) + Blowfish, Twofish, CAST-128, and CRC24 (GH #1281) * Salsa20 now supports the seek operation. |