@@ -294,6 +294,31 @@ documentation is one of the highest returns on investment.
294
294
The items in this section comprise the most recent history. Please see History.txt
295
295
for the record back to Crypto++ 1.0.
296
296
297
+ 8.6.0 - September 21, 2021
298
+ - minor release, recompile of programs required
299
+ - expanded community input and support
300
+ * 74 unique contributors as of this release
301
+ - fix ElGamal encryption
302
+ - fix ChaCha20 AVX2 implementation
303
+ - add octal and decimal literal prefix parsing to Integer
304
+ - add missing overload in ed25519Signer and ed25519Verifier
305
+ - make SHA-NI independent of AVX and AVX2
306
+ - fix OldRandomPool GenerateWord32
307
+ - use CPPFLAGS during feature testing
308
+ - fix compile on CentOS 5
309
+ - fix compile on FreeBSD
310
+ - fix feature testing on ARM A-32 and Aarch64
311
+ - enable inline ASM for CRC and PMULL on Apple M1
312
+ - fix Intel oneAPI compile
313
+ - rename test files with *.cpp extension
314
+ - fix GCC compile error due to missing _mm256_set_m128i
315
+ - add LSH-256 and LSH-512 hash functions
316
+ - add ECIES_P1363 for backwards compatibility
317
+ - fix AdditiveCipherTemplate<T> ProcessData
318
+ - remove CRYPTOPP_NO_CXX11 define
319
+ - add -fno-common for Darwin builds
320
+ - update documentation
321
+
297
322
8.5.0 - March 7, 2021
298
323
- minor release, no recompile of programs required
299
324
- expanded community input and support
0 commit comments