aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <lloyd@randombit.net>2008-11-03 19:39:14 +0000
committerlloyd <lloyd@randombit.net>2008-11-03 19:39:14 +0000
commit1fe71993a7413644509f5fc84f7b9caf7ce7b651 (patch)
treeb8d5edc7917a1f3ca20734e56affa13597cbc4b1 /doc
parent25ea515a3682a52cab416e93c4a5c9890f2a668a (diff)
Document Turing optimizations
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 840af9e2f..9bee87494 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,6 +1,7 @@
* 1.7.19, ????-??-??
- Add HMAC_RNG, based on a design by Hugo Krawczyk
+ - Optimized the Turing stream cipher (about 20% faster on x86-64)
- Modify Randpool's reseeding algorithm to poll more sources
- Add a new AutoSeeded_RNG in auto_rng.h
- OpenPGP_S2K changed to take hash object instead of name