diff options
Diffstat (limited to 'doc/relnotes/1_7_10.rst')
-rw-r--r-- | doc/relnotes/1_7_10.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/relnotes/1_7_10.rst b/doc/relnotes/1_7_10.rst new file mode 100644 index 000000000..edaec7b71 --- /dev/null +++ b/doc/relnotes/1_7_10.rst @@ -0,0 +1,12 @@ +Version 1.7.10, 2008-09-05 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* 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 +* Add aliases in DL_Group::Format enum +* BigInt now caches the significant word count + |