An open API service indexing awesome lists of open source software.

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).

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).