diff options
author | lloyd <[email protected]> | 2008-09-05 19:17:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-05 19:17:54 +0000 |
commit | 2d6b73b26d210a254ef222fcb49d07454cc32717 (patch) | |
tree | a9f9d0a494912e1da289824113018a709790ce5d /doc | |
parent | 5a0c7cdcb2c5030b17a00046c1aaf5ed20e60f58 (diff) |
Further release notes for 1.7.10
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt index 7393b2aa7..401794108 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,6 +1,12 @@ * 1.7.10, 2008-??-?? - - Public key benchmarks more reflective of real-world use + - Public key benchmarks run using a selection of random keys + - New benchmark timer options are clock_gettime, gettimeofday, times, clock + - Including reinterpret_cast optimization for xor_buf in default header + - Split byte swapping and word rotation functions into distinct headers + - Add IETF modp 6144 group and 2048 and 3072 bit DSS groups + - Optimizes BigInt right shift + - BigInt now caches the significant word count * 1.7.9, 2008-08-27 - Make clear() in most algorithm base classes a pure virtual |