Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 183 → Rev 184

/relevation/ext/cryptopy-1.2.5.patched/crypto/hash/sha1Hash.py
2,7 → 2,7
 
Wrapper for python sha module to support crypo module standard interface
 
Copyright © (c) 2002 by Paul A. Lambert
Copyright (c) 2002 by Paul A. Lambert
Read LICENSE.txt for license information.
"""
import sha
/relevation/ext/cryptopy-1.2.5.patched/crypto/hash/hash.py
1,7 → 1,7
""" crypto.cipher.hash
Base class for cryptographic hash algorithms
An alternate interface (no 'new').
Copyright © (c) 2002 by Paul A. Lambert.
Copyright (c) 2002 by Paul A. Lambert.
"""
from binascii import b2a_hex