ac9e8bb54f27721577a3b84923618f3ec82c439d
[python-cryptoplus.git] / src / CryptoPlus / Hash / python_RadioGatun.py
blobac9e8bb54f27721577a3b84923618f3ec82c439d
1 from pyradiogatun import new
3 __all__ = ['new']
5 #def new(wldata=""):
6 # """Return a new RadioGatun hash object
8 # wl = wordlength (in bits) of the RadioGatun hash method
9 # between 1 and 64 (default = 64)
10 # arg = if present, the method call update(arg) is made
11 # """
12 # return pyradiogatun.new(data)