https://github.com/wudi/fnv
Implements FNV-1 and FNV-1a, non-cryptographic hash functions in PHP
https://github.com/wudi/fnv
Last synced: 3 months ago
JSON representation
Implements FNV-1 and FNV-1a, non-cryptographic hash functions in PHP
- Host: GitHub
- URL: https://github.com/wudi/fnv
- Owner: wudi
- License: apache-2.0
- Created: 2020-01-20T04:26:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T04:26:57.000Z (over 5 years ago)
- Last Synced: 2025-01-23T03:42:32.143Z (5 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FNV
Implements FNV-1 and FNV-1a, non-cryptographic hash functions in PHP