diff options
Diffstat (limited to 'doc/relnotes/0_7_1.txt')
-rw-r--r-- | doc/relnotes/0_7_1.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/relnotes/0_7_1.txt b/doc/relnotes/0_7_1.txt new file mode 100644 index 000000000..cc57ef0ee --- /dev/null +++ b/doc/relnotes/0_7_1.txt @@ -0,0 +1,14 @@ +Version 0.7.1, 2001-05-16 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Rewrote configure script: more consistent and complete +* Made it easier to find out parameters of types at run time (opencl.h) +* New functions for finding the version being used (version.h) +* New SymmetricKey interface for Filters (symkey.h) +* InvalidKeyLength now records what the invalid key length was +* Optimized DES, CS-Cipher, MISTY1, Skipjack, XTEA +* Changed GOST to use correct S-box ordering (incompatible change) +* Benchmark code was almost totally rewritten +* Many more entries in the test vector file +* Fixed minor and idiotic bug in check.cpp + |