mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 01:49:41 +00:00
Prepare for Crypto++ 8.9 release
This commit is contained in:
parent
45f8a77f4e
commit
843d74c7c9
13
History.txt
13
History.txt
@ -595,3 +595,16 @@ last several releases.
|
||||
- fix include of <x86intrin.h> when using MSVC
|
||||
- improve performance of CRC32C_Update_SSE42 for x86-64
|
||||
- update documentation
|
||||
|
||||
8.9.0 - October 1, 2023
|
||||
- minor release, recompile of programs required
|
||||
- expanded community input and support
|
||||
* 88 unique contributors as of this release
|
||||
- fix SIMON128 Asan finding on POWER8
|
||||
- fix AES/CFB and AES/CTR modes self test failures when using Cryptogams AES on ARMv7
|
||||
- fix ARIA/CTR mode self test failures when inString==outString
|
||||
- fix HIGHT/CTR mode self test failures when inString==outString
|
||||
- fix Rabbit/CTR mode self test failures when inString==outString
|
||||
- fix Prime Table and dangling reference to a temporary>
|
||||
- fix Singleton::Ref when using C++11 memory fences
|
||||
- remove unneeded call to Crop() in Randomize()
|
||||
|
15
Readme.txt
15
Readme.txt
@ -1,5 +1,5 @@
|
||||
Crypto++: free C++ Class Library of Cryptographic Schemes
|
||||
Version 8.9 - TBD
|
||||
Version 8.9 - October 1, 2023
|
||||
|
||||
Crypto++ Library is a free C++ class library of cryptographic schemes.
|
||||
Currently the library contains the following algorithms:
|
||||
@ -294,6 +294,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.9.0 - October 1, 2023
|
||||
- minor release, recompile of programs required
|
||||
- expanded community input and support
|
||||
* 88 unique contributors as of this release
|
||||
- fix SIMON128 Asan finding on POWER8
|
||||
- fix AES/CFB and AES/CTR modes self test failures when using Cryptogams AES on ARMv7
|
||||
- fix ARIA/CTR mode self test failures when inString==outString
|
||||
- fix HIGHT/CTR mode self test failures when inString==outString
|
||||
- fix Rabbit/CTR mode self test failures when inString==outString
|
||||
- fix Prime Table and dangling reference to a temporary>
|
||||
- fix Singleton::Ref when using C++11 memory fences
|
||||
- remove unneeded call to Crop() in Randomize()
|
||||
|
||||
8.8.0 - June 25, 2023
|
||||
- minor release, recompile of programs required
|
||||
- expanded community input and support
|
||||
|
Loading…
Reference in New Issue
Block a user