diff options
Diffstat (limited to 'doc/relnotes/1_7_18.txt')
-rw-r--r-- | doc/relnotes/1_7_18.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/relnotes/1_7_18.txt b/doc/relnotes/1_7_18.txt new file mode 100644 index 000000000..2bc1bf970 --- /dev/null +++ b/doc/relnotes/1_7_18.txt @@ -0,0 +1,11 @@ +Version 1.7.18, 2008-10-22 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Add Doxygen comments from InSiTo +* Add ECDSA and ECKAEG benchmarks +* Add configure.pl switch --with-tr1-implementation +* Fix configure.pl's --with-endian and --with-unaligned-mem options +* Added support for pkg-config +* Optimize byteswap with x86 inline asm for Visual C++ by Yves Jerschow +* Use const references to avoid copying overhead in CurveGFp, GFpModulus + |