e9bef792677aff7bb3ae08906f2ac7f9426535d0
[python-cryptoplus.git] / src / CryptoPlus / Hash / python_SHA.py
blobe9bef792677aff7bb3ae08906f2ac7f9426535d0
1 import pysha
3 __all__ = ['new','digest_size']
5 def new(data=""):
6 return pysha.new(data)
8 digest_size = pysha.digest_size