0.1.8
version 0.1.8
Changes since 0.1.7:
- The hasher now supports the
copy
method and thename
attribute,
matching the conventions ofhashlib
. Added by @xkortex. - The optional key argument can now be any buffer type, just like the
data
argument can. Previouslykey
could only bebytes
.