Hash.hexdigest()
returnsstr
rather thanbytes
, in-line withhashlib
Hash.__init__()
andHash.update()
now also takememoryview
andmemoryview
compatible types (e.g. NumPy arrays)- spookyhash - PyPI
pip install spookyhash==2.1.0
Hash.hexdigest()
returns str
rather than bytes
, in-line with hashlib
Hash.__init__()
and Hash.update()
now also take memoryview
and memoryview
compatible types (e.g. NumPy arrays)pip install spookyhash==2.1.0