aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-13 20:59:52 +0000
committerlloyd <[email protected]>2008-10-13 20:59:52 +0000
commitc0850c0afb4c177413c6be72bc8e96ab300a76fc (patch)
tree907c168adf7b1543490f79229f82f4c90ce1c8f6 /doc
parent5cd53808f058ed209a767a8c5ca01be29b5eedc0 (diff)
Add ECKAEG benchmark. Fix several problems found in ECKAEG key (had pure virtuals)
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt
index bd539ad1e..9a46a9bcc 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,7 +1,7 @@
* 1.7.18, ????-??-??
- - Add ECDSA benchmark
- Add Doxygen comments from InSiTo
+ - Add ECDSA and ECKAEG benchmarks
- Add configure.pl switch --with-tr1-implementation
- Fix configure.pl's --with-endian and --with-unaligned-mem options
- Optimize byteswap with x86 inline asm for Visual C++ by Yves Jerschow