diff options
author | lloyd <[email protected]> | 2010-04-30 16:25:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-04-30 16:25:01 +0000 |
commit | 1e10b45b171fde455d32ed34a3aafa0bf90f3b4e (patch) | |
tree | 8444300de580a32744ba32aec5a9e77c5d66e607 /doc/log.txt | |
parent | 18d5d5fa3f58d2ecd15ac130eda909f44d9c6f71 (diff) |
Modify the implementation of multiplication mod 65537 used in IDEA to
be branch-free. This reduces performance noticably on my Core2 (from
32 MiB/s to a bit over 27 MiB), but so it goes.
The IDEA implementation using SSE2 is already branch-free here, and
runs at about 135 MiB/s on my machine.
Also add more IDEA tests, generated by OpenSSL
Diffstat (limited to 'doc/log.txt')
-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 83adaeb5f..1b70d3dc4 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,6 @@ * 1.9.8-dev, ????-??-?? + - Use constant time multiplication in IDEA * 1.9.7, 2010-04-27 - TLS: Support reading SSLv2 client hellos |