- Fix project information and error message typos
Hash.hexdigest()
returnsstr
rather thanbytes
, in-line withhashlib
Hash.__init__()
andHash.update()
now takememoryview
andmemoryview
compatible types (e.g. NumPy arrays)- README update to reflect changes
- README update to reflect new CI
- README and packaging update
- Initially cleaned up and distributed