summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-10 02:56:19 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-10 02:56:19 +0000
commitcc319dc33cc73b0ec368864a4220604170acb674 (patch)
tree1c52d52d455d3b48e60bfc8b075f4d611068be14 /Readme.txt
parent77d342339b3149f02aaa3521a27b6216468d43dc (diff)
downloadcryptopp-cc319dc33cc73b0ec368864a4220604170acb674.tar.gz
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
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt9
1 files changed, 4 insertions, 5 deletions
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