diff options
author | lloyd <[email protected]> | 2009-11-11 01:03:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-11 01:03:38 +0000 |
commit | ec21c3983823709c25694871992cebbbd49476d3 (patch) | |
tree | 86ea3bc2bbff1421775899f37f6190a52d522445 /doc | |
parent | b48b803bc3dca27e78a72caa70b66d8817c78092 (diff) |
Double the speed of Skipjack on my Core2, mostly due to better inlining.
Diffstat (limited to 'doc')
-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 3a8733166..e788aa8c9 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -2,6 +2,7 @@ * 1.9.3-dev, ????-??-?? - Add new AES implementation using Intel's AES instruction intrinsics - Allow use of any hash function in X.509 certificate creation + - Optimizations for MARS, Skipjack, and AES - Set macros for available SIMD instructions in build.h * 1.9.2, 2009-11-03 |