https://github.com/rhinodevel/mtfnv1a
Create 32-bit FNV-1a hashes from files. Written in C. Includes sample code (see main.c).
https://github.com/rhinodevel/mtfnv1a
fnv-1a hash-algorithm
Last synced: 8 months ago
JSON representation
Create 32-bit FNV-1a hashes from files. Written in C. Includes sample code (see main.c).
- Host: GitHub
- URL: https://github.com/rhinodevel/mtfnv1a
- Owner: RhinoDevel
- License: isc
- Created: 2016-07-19T20:15:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T15:36:51.000Z (almost 9 years ago)
- Last Synced: 2025-03-13T01:42:23.884Z (12 months ago)
- Topics: fnv-1a, hash-algorithm
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MtFnv1a
Create 32-bit Fowler/Noll/Vo FNV-1a hashes from files. Written in C.
Includes sample code (see main.c).
# License
See the [LICENSE](https://github.com/RhinoDevel/MtFnv1a/blob/master/LICENSE.md) file for license rights and limitations (ISC).