@@ -435,7 +435,6 @@ last several releases.
435
435
MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1
436
436
437
437
8.0.0 - December 28, 2018
438
-
439
438
- major release, recompile of programs required
440
439
- expanded community input and support
441
440
* 54 unique contributors as of this release
@@ -451,4 +450,20 @@ last several releases.
451
450
- avoid Singleton<T> when possible, avoid std::call_once completely
452
451
- fix SPARC alignment problems due to GetAlignmentOf<T>() on word64
453
452
- 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