diff options
author | lloyd <[email protected]> | 2008-09-11 19:35:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-11 19:35:20 +0000 |
commit | ae16826cd69a9feb03243a5eb9aec897b06d3b12 (patch) | |
tree | 69e75fb0c8ed282175296f907f058395d6df3620 /doc/log.txt | |
parent | 88334296ece778f93ec968acb91b437dda364750 (diff) |
Update log for 1.7.11 release
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt index 4b5f36970..8782a121f 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,12 +1,14 @@ -* 1.7.11, 2008-??-?? +* 1.7.11, 2008-09-11 - Added the Salsa20 stream cipher - Optimized Montgomery reduction, Karatsuba squaring - Added 16x16->32 word Comba multiplication and squaring + - Use a much larger Karatsuba cutoff point - 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} + - Rename alg_{ia32,amd64} modules to asm_{ia32,amd64} + - Fix the Windows build * 1.7.10, 2008-09-05 - Public key benchmarks run using a selection of random keys |