This is a simple hashing library for python.
Install the package using pip:
pip install stew-hash
from stew_hash import hash
# Hash a string
hash("Hello World") # 0x6dcd4ce23d88e2ee
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.