CVS: crypto/Hash __init__.py,1.5,1.6
"A.M. Kuchling" <[email protected]> Fri, 19 Dec 2003 06:24:27 -0800
| Newsgroups | gmane.comp.python.cryptography.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/pycrypto/crypto/Hash In directory sc8-pr-cvs1:/tmp/cvs-serv19600/Hash Modified Files: __init__.py Log Message: Add Crypto.Hash.SHA256 module Index: __init__.py =================================================================== RCS file: /cvsroot/pycrypto/crypto/Hash/__init__.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- __init__.py 11 Jul 2002 14:31:19 -0000 1.5 +++ __init__.py 19 Dec 2003 14:24:25 -0000 1.6 @@ -19,6 +19,6 @@ Crypto.Hash.SHA """ -__all__ = ['HMAC', 'MD2', 'MD4', 'MD5', 'RIPEMD', 'SHA'] +__all__ = ['HMAC', 'MD2', 'MD4', 'MD5', 'RIPEMD', 'SHA', 'SHA256'] __revision__ = "$Id$" ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click