Skip to content

Commit 69bf6b5

Browse files
committed
Prepare for Crypto++ 8.6 release
1 parent bca628e commit 69bf6b5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Readme.txt

+25
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,31 @@ documentation is one of the highest returns on investment.
294294
The items in this section comprise the most recent history. Please see History.txt
295295
for the record back to Crypto++ 1.0.
296296

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+
297322
8.5.0 - March 7, 2021
298323
- minor release, no recompile of programs required
299324
- expanded community input and support

0 commit comments

Comments
 (0)