Skip to content

LeoKnaw/stew-hash

 
 

Repository files navigation

Stew hash

This is a simple hashing library for python.

Table of Contents

Installation

Install the package using pip:

pip install stew-hash

Usage

from stew_hash import hash

# Hash a string
hash("Hello World") # 0x6dcd4ce23d88e2ee

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

About

a python hashing library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.8%
  • Makefile 18.2%