From: A.M. K. <aku...@us...> - 2005-06-14 00:36:53
|
Update of /cvsroot/pycrypto/crypto In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11138 Modified Files: README Log Message: Remove version Index: README =================================================================== RCS file: /cvsroot/pycrypto/crypto/README,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- README 9 May 2005 14:31:46 -0000 1.18 +++ README 14 Jun 2005 00:36:43 -0000 1.19 @@ -1,5 +1,5 @@ -Python Cryptography Toolkit (pycrypto) 2.0 -========================================== +Python Cryptography Toolkit (pycrypto) +====================================== This is a collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.). The |