diff options
author | Jack Lloyd <[email protected]> | 2017-11-16 03:10:59 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-16 03:10:59 -0500 |
commit | 59a8be2a65e74574aa2113636f9c8849afeb219e (patch) | |
tree | fdbd07be30458cd78f854aa05932c126acb2c316 /news.rst | |
parent | 7737fd2d35dcdc3995b5c8a664f3b64964a0f8b0 (diff) |
Optimizations for CAST-128
Similarly to Blowfish, 2x unrolling produces a 50-60% perf boost
due to increased ILP.
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, and CRC24 (GH #1281) + Blowfish, CAST-128, and CRC24 (GH #1281) * Salsa20 now supports the seek operation. |