Skip to content

0.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 21:25
· 176 commits to master since this release

version 0.1.8

Changes since 0.1.7:

  • The hasher now supports the copy method and the name attribute,
    matching the conventions of hashlib. Added by @xkortex.
  • The optional key argument can now be any buffer type, just like the
    data argument can. Previously key could only be bytes.