aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-17 19:36:23 +0000
committerlloyd <[email protected]>2008-11-17 19:36:23 +0000
commit4d363ec3b6ecb5add7f8f6882caccf967cb84365 (patch)
tree328a035ed9e46bc7d99a997d2c1a1cb35cc0f29c /doc
parent600d55fb0b5eaa2b5fb75aeb90fa155160ecd7d4 (diff)
Retroactively log adding SHA-1 SSE2 implementation in 1.7.12. Also mention recent doc updates.
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 1838fd25e..871649e26 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -2,6 +2,7 @@
* 1.7.23-pre, ????-??-??
- By default use TR1 with GCC and ICC (use --with-tr1=none to disable)
- Add ECC tests from InSiTo
+ - Minor documentation updates
* 1.7.22, 2008-11-17
- Add provider preferences to Algorithm_Factory
@@ -88,6 +89,7 @@
- Add x86 assembly for Visual Studio C++, by Luca Piccarreta
- Add a Perl XS module, by Vaclav Ovsik
- Add SWIG-based wrapper for Botan
+ - Add SSE2 implementation of SHA-1, by Dean Gaudet
- Remove the BigInt::sig_words cache due to bugs
- Combined the 4 Blowfish sboxes, suggested by Yves Jerschow
- Changed BigInt::grow_by and BigInt::grow_to to be non-const