aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-16 17:19:11 -0500
committerJack Lloyd <[email protected]>2017-11-16 18:59:56 -0500
commit5620a20509ba51b67d8329f2acab4242a733d2a5 (patch)
tree1e55ce5c1555d99d28e191986962616e859b1353 /news.rst
parent89a8317e3fce81df54c5664c19807e7fd416053f (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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/news.rst b/news.rst
index c5a9fcd04..8be2b3476 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, CAST-128, and CRC24 (GH #1281)
+ Blowfish, Twofish, CAST-128, and CRC24 (GH #1281)
* Salsa20 now supports the seek operation.