From cc319dc33cc73b0ec368864a4220604170acb674 Mon Sep 17 00:00:00 2001 From: weidai Date: Tue, 10 Mar 2009 02:56:19 +0000 Subject: add x86/x64 assembly for SHA-256, add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@440 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- Readme.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Readme.txt') diff --git a/Readme.txt b/Readme.txt index b4e329a..4af41c4 100644 --- a/Readme.txt +++ b/Readme.txt @@ -78,10 +78,9 @@ The following compilers are supported for this release. Please visit http://www.cryptopp.com the most up to date build instructions and porting notes. * MSVC 6.0 - 2008 - * GCC 3.3 - 4.2 - * Borland C++Builder 2006 - 2007 - * Intel C++ Compiler 9.1 - 10.0 - * Sun Studio 11 - 12 (CC 5.8 - 5.9) + * GCC 3.3 - 4.3 + * Intel C++ Compiler 9 - 11 + * Sun Studio 12 (CC 5.9) *** Important Usage Notes *** @@ -415,7 +414,7 @@ the mailing list. 5.6 - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - added support for variable length IVs - - improved AES speed on x86 and x64 + - improved AES and SHA-256 speed on x86 and x64 - fixed run-time validation error on x86-64 with GCC 4.3.2 -O2 - fixed HashFilter bug when putMessage=true - fixed warnings with GCC 4.3 -- cgit v1.2.1