Skip to content

Commit 1c34979

Browse files
committed
Prepare for Crypto++ 8.1 release
1 parent 95bc90a commit 1c34979

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

History.txt

+17-2
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ last several releases.
435435
MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1
436436

437437
8.0.0 - December 28, 2018
438-
439438
- major release, recompile of programs required
440439
- expanded community input and support
441440
* 54 unique contributors as of this release
@@ -451,4 +450,20 @@ last several releases.
451450
- avoid Singleton<T> when possible, avoid std::call_once completely
452451
- fix SPARC alignment problems due to GetAlignmentOf<T>() on word64
453452
- add ARM AES asm implementation from Cryptogams
454-
- remove CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS support
453+
- remove CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS support
454+
455+
8.1.0 - February 22, 2019
456+
- minor release, no recompile of programs required
457+
- expanded community input and support
458+
56 unique contributors as of this release
459+
- fix OS X PowerPC builds with Clang
460+
- add Microsoft ARM64 support
461+
- fix iPhone Simulator build due to missign symbols
462+
- add CRYPTOPP_BUGGY_SIMD_LOAD_AND_STORE
463+
- add carryless multiplies for NIST b233 and k233 curves
464+
- fix OpenMP build due to use of OpenMP 4 with down-level compilers
465+
- add SignStream and VerifyStream for ed25519 and large files
466+
- fix missing AlgorithmProvider in PanamaHash
467+
- add SHAKE-128 and SHAKE-256
468+
- fix AVX2 build due to _mm256_broadcastsi128_si256
469+
- add IETF ChaCha, XChaCha, ChaChaPoly1305 and XChaChaPoly1305

0 commit comments

Comments
 (0)