summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-07-23 09:57:11 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-07-23 09:57:11 +0000
commitfa4774e7d94e01b1f97c2126821544aec8e001a4 (patch)
tree28bc00f13c4aa241379c6a2d2276a9a3200c8dff /Readme.txt
parent4d4ca69d28e47cbb81e39135471e1b4f3e477e4d (diff)
downloadcryptopp-fa4774e7d94e01b1f97c2126821544aec8e001a4.tar.gz
add SHA-224
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@191 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index edf2804..e7fe597 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -325,7 +325,7 @@ the mailing list.
- added support for using encoding parameters and key derivation parameters
with public key encryption (implemented by OAEP and DL/ECIES)
- added Camellia, SHACAL-2, Two-Track-MAC, Whirlpool, RIPEMD-320,
- RIPEMD-128, RIPEMD-256, Base-32 coding
+ RIPEMD-128, RIPEMD-256, Base-32 coding, FIPS variant of CFB mode
- added ThreadUserTimer for timing thread CPU usage
- added option for password-based key derivation functions
to iterate until a mimimum elapsed thread CPU time is reached
@@ -344,4 +344,6 @@ the mailing list.
- fixed inability to instantiate PanamaMAC
- fixed problems with inline documentation
+6.0 - added SHA-224
+
Written by Wei Dai