https://github.com/midoks/libhash
PHP extension, new hash algorithm library
https://github.com/midoks/libhash
cityhash murmur murmur3 murmurhash3
Last synced: 26 days ago
JSON representation
PHP extension, new hash algorithm library
- Host: GitHub
- URL: https://github.com/midoks/libhash
- Owner: midoks
- License: mit
- Created: 2020-01-30T13:58:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T08:13:18.000Z (over 5 years ago)
- Last Synced: 2025-02-17T12:23:30.537Z (4 months ago)
- Topics: cityhash, murmur, murmur3, murmurhash3
- Language: C++
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## libhash
[](https://travis-ci.com/midoks/libhash)
## Example
- Murmur3 algorithm
```
```
- Cityhash algorithm
```
```