8c246395e67ba227832c849a896b6c49d6defede
[python-cryptoplus.git] / src / CryptoPlus / Hash / python_whirlpool.py
blob8c246395e67ba227832c849a896b6c49d6defede
1 import pywhirlpool
3 __all__ = ['new','digest_size']
5 def new(data=""):
6 return pywhirlpool.new(data)
8 digest_size = pywhirlpool.digest_size