summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-16 21:27:41 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-16 21:27:41 +0000
commit9e4d75dae49a12568ca06135b1beb07ebf6def2d (patch)
tree81e5d1810a0a25fa10d3067481851de431fe4086 /Readme.txt
parentf97f957e48a69ca40674a05cd50ec66a6f3d8c18 (diff)
downloadcryptopp-9e4d75dae49a12568ca06135b1beb07ebf6def2d.tar.gz
move ARC4 into Weak namespace
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@326 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index b6e3d5a..84751c1 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -371,7 +371,7 @@ the mailing list.
- enabled optimization flags by default in GNUmakefile
- changed PANAMA cipher interface to accept 256-bit key and 256-bit IV
- added blinding and error checking for RW private key operation
- - moved MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace "Weak"
+ - moved MD2, MD4, MD5, PanamaHash, ARC4, WAKE_CFB into the namespace "Weak"
- removed HAVAL, MD5-MAC, XMAC
Written by Wei Dai