summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-04-28 11:30:32 -0400
committerJeffrey Walton <noloader@gmail.com>2019-04-28 11:30:32 -0400
commit68b4fc0d8b869e4062ff91f0419a4c90cc52d497 (patch)
tree77edf3e228002cbdb621591013790435a5fa7b3d /Readme.txt
parentc9dc95a45ce596a7ea7b3bca61e9ab4e30cf68b3 (diff)
downloadcryptopp-git-68b4fc0d8b869e4062ff91f0419a4c90cc52d497.tar.gz
Prepare for Crypto++ 8.2 release
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index 8602c5cf..1831facb 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -1,5 +1,5 @@
Crypto++: free C++ Class Library of Cryptographic Schemes
-Version 8.1 - FEB/22/2019
+Version 8.2 - APR/28/2019
Crypto++ Library is a free C++ class library of cryptographic schemes.
Currently the library contains the following algorithms:
@@ -290,6 +290,19 @@ documentation is one of the highest returns on investment.
The items in this section comprise the most recent history. Please see History.txt
for the record back to Crypto++ 1.0.
+8.2.0 - April 28, 2019
+ - minor release, no recompile of programs required
+ - expanded community input and support
+ * 56 unique contributors as of this release
+ - use PowerPC unaligned loads and stores with Power8
+ - add SKIPJACK test vectors
+ - fix SHAKE-128 and SHAKE-256 compile
+ - removed IS_NEON from Makefile
+ - fix Aarch64 build on Fedora 29
+ - fix missing GF2NT_233_Multiply_Reduce_CLMUL in FIPS DLL
+ - add missing BLAKE2 constructors
+ - fix missing BlockSize() in BLAKE2 classes
+
8.1.0 - February 22, 2019
- minor release, no recompile of programs required
- expanded community input and support