summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-11 09:17:05 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-11 09:17:05 +0000
commit4156a1170a323e83b090abb99f5ac5fe3bde7892 (patch)
treea5c1b8fb449423a142b5c569e5320e455e925ea3 /Readme.txt
parent8ff86f941047ef9c32d954dfa36e8445dedcb590 (diff)
downloadcryptopp-4156a1170a323e83b090abb99f5ac5fe3bde7892.tar.gz
update Readme
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@252 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Readme.txt b/Readme.txt
index 6d77158..daf4811 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -12,7 +12,7 @@ This library includes:
Camellia, SHACAL-2
- generic cipher modes: ECB, CBC, CBC ciphertext stealing (CTS),
CFB, OFB, counter mode (CTR)
-- stream ciphers: Panama, ARC4, SEAL, WAKE, WAKE-OFB,
+- stream ciphers: Panama, ARC4, SEAL, WAKE, WAKE-OFB, Salsa20
BlumBlumShub
- public key cryptography: RSA, DSA, ElGamal, Nyberg-Rueppel
(NR), Rabin, Rabin-Williams (RW), LUC, LUCELG, DLIES (variants
@@ -350,11 +350,12 @@ the mailing list.
5.2.3 - fixed issues with FIPS algorithm test vectors
- put RSASSA-ISO into DLL
-5.3 - Ported to MSVC .NET 2005 with support for x86-64
- - Added defense against AES timing attacks, and more AES test vectors
- - Changed StaticAlgorithmName() of Rijndael to "AES", CTR to "CTR"
+5.3 - ported to MSVC .NET 2005 with support for x86-64
+ - added defense against AES timing attacks, and more AES test vectors
+ - changed StaticAlgorithmName() of Rijndael to "AES", CTR to "CTR"
5.4 - added Salsa20
- updated Whirlpool to version 3.0
+ - ported to GCC 4.1
Written by Wei Dai