Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sup/pyhash
:hash: Python implementation of various hash functions
https://github.com/sup/pyhash
Last synced: 2 months ago
JSON representation
:hash: Python implementation of various hash functions
- Host: GitHub
- URL: https://github.com/sup/pyhash
- Owner: sup
- Created: 2013-10-13T06:22:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-07T06:36:30.000Z (about 11 years ago)
- Last Synced: 2023-08-02T21:32:22.884Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pyhash
======
pyhash is a lightweight module containing a variety of different hash
functions implemented directly in Python.pyhash supports the following:
FNV (Fowler-Noll-Vo) hashes
---------------------------
fnv1_32
fnv1a_32
fnv1_64
fnv1a_64