From bf4a95c54e7dd3206816360e4be29c831410db13 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 8 Apr 2004 02:03:04 +0000 Subject: [PATCH] *** empty log message *** --- trunk/c5/Readme.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/trunk/c5/Readme.txt b/trunk/c5/Readme.txt index 3fe48b65..20242584 100644 --- a/trunk/c5/Readme.txt +++ b/trunk/c5/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