aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-11 16:03:27 +0000
committerlloyd <[email protected]>2008-09-11 16:03:27 +0000
commit357bbf6c41e9c5c14711364b052dc2698d993624 (patch)
treef0725086d4b179f9b56a5b12dab04aa71109679d /doc
parent0a4d8aadf3424689987ec4548a4abe6e667c4283 (diff)
Document some other recent updates
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 58594327d..4b5f36970 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -2,9 +2,11 @@
* 1.7.11, 2008-??-??
- Added the Salsa20 stream cipher
- Optimized Montgomery reduction, Karatsuba squaring
- - Add 16x16->32 word Comba multiplication and squaring
- - Inline several BigInt functions
+ - Added 16x16->32 word Comba multiplication and squaring
+ - Remove bigint_mul_add_words
+ - Inlined several BigInt functions
- Add useful information to the generated build.h
+ - Rename alg_{ia32,amd64} to asm_{ia32,amd64}
* 1.7.10, 2008-09-05
- Public key benchmarks run using a selection of random keys