ifduyue / python-xxhash

Python Binding for xxHash

Home Page:https://pypi.org/project/xxhash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Compatibility with haslib

hmaarrfk opened this issue · comments

Hello,

I'm trying to add support for using xxhash in an other project as an alternative to algorithms provided by hashlib.

I'm hoping that I could make some PRs to enhance the compatibility between the two.

Specifically, i'm looking to add a set xxhash.algorithms_available similar to

Let me know if making this PR would be OK.

@hmaarrfk PR is welcome. Please go ahead and send a PR.