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

```python
from mhash import hash_string

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




    477913522224769233533215


