/gdata/Crypto/Hash/SHA.py
http://radioappz.googlecode.com/ · Python · 11 lines · 7 code · 3 blank · 1 comment · 1 complexity · b037afb9f239fd48e31daa0ee31f8ed1 MD5 · raw file
- # Just use the SHA module from the Python standard library
- __revision__ = "$Id: SHA.py,v 1.4 2002/07/11 14:31:19 akuchling Exp $"
- from sha import *
- import sha
- if hasattr(sha, 'digestsize'):
- digest_size = digestsize
- del digestsize
- del sha