Metadata-Version: 2.1
Name: lihash
Version: 1.0.1
Summary: hashing strings
Author: Moses Dastmard
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: hashlib

```python
from mhash import hash_string

hash_string('Hello World!', n=24)
```




    477913522224769233533215


