aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-16 03:10:59 -0500
committerJack Lloyd <[email protected]>2017-11-16 03:10:59 -0500
commit59a8be2a65e74574aa2113636f9c8849afeb219e (patch)
treefdbd07be30458cd78f854aa05932c126acb2c316 /news.rst
parent7737fd2d35dcdc3995b5c8a664f3b64964a0f8b0 (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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/news.rst b/news.rst
index 1d7a75337..c5a9fcd04 100644
--- a/news.rst
+++ b/news.rst
@@ -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.