faset over fra Z3950 til google books
This commit is contained in:
11
python/gdata/Crypto/Hash/SHA.py
Normal file
11
python/gdata/Crypto/Hash/SHA.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
# 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
|
Reference in New Issue
Block a user