Sign in
melange
/
soc
/
71486b062db461954c377c5a76f7496092074025
/
.
/
app
/
gdata
/
Crypto
/
Hash
/
SHA.py
blob: ea3c6a34f725c078059a207b4a0fbd90a7afeb2a [
file
] [
log
] [
blame
]
# 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