summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-04-08 02:03:04 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-04-08 02:03:04 +0000
commit20fb596cd394ada0d2375d3f50a0187a9b2a9504 (patch)
treee6b847adcd643df460bc6fd9117ffb9f3481cf2e /Readme.txt
parent0e45a5a14d5707f5a01186c1f5438140c17205bd (diff)
downloadcryptopp-20fb596cd394ada0d2375d3f50a0187a9b2a9504.tar.gz
*** empty log message ***
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@161 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index 3fe48b6..2024258 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -317,6 +317,12 @@ synchronization when multiple threads access a common Crypto++ object.
- 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
+ - 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
+ - improved compatibility and performance on 64-bit platforms,
+ including Alpha, IA-64, x86-64, PPC64, Sparc64, and MIPS64
+ - fixed ONE_AND_ZEROS_PADDING to use 0x80 instead 0x01 as padding.
Written by Wei Dai