diff options
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 |