diff options
author | lloyd <[email protected]> | 2008-11-23 02:12:22 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-23 02:12:22 +0000 |
commit | 6cebada1115c54036f8e364ee6ca598af5996758 (patch) | |
tree | 3c4f518dee7edf2f472bea8e41d6536ccdb06487 | |
parent | 38dabcd7e0d2caa9191e0ec9f5a0f4b77b89ffcf (diff) |
Add hash optimizations to change log
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index dd0d353a8..eaa735c6f 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -3,6 +3,7 @@ - By default use TR1 (thus enabling ECDSA) with GCC and ICC - Cache socket descriptors in the EGD entropy source - Avoid bogging down startup in /proc walking entropy source + - Optimize almost all hash functions, especially MD4 and Tiger - Make Timer pure virtual, and add ANSI_Clock_Timer - Add a Default_Benchmark_Timer typedef in benchmark.h - Add examples using benchmark.h and Algorithm_Factory |