File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- This repository contains the public domain release of the FNV hash algorithms. See the README for more information.
1+ This repository contains the public domain release of the FNV hash algorithms. See the README for more information.
2+
3+ FNV's version is 5.0.3, but this repository's version starts at 1.0.0. Semantic versioning is in use.
Original file line number Diff line number Diff line change 11{
22 "name" : " fnv-hash" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "repo" : " catb0t/fnv-hash" ,
5- "description" : " Fowler/Noll/Vo hash algorithms suited for fast datastructures " ,
5+ "description" : " Fowler/Noll/Vo non-cryptographic hash algorithms" ,
66 "keywords" : [ " hash" , " algorithm" ],
77 "license" : " Public Domain" ,
88 "src" : [
1414 " hash_32a.c" ,
1515 " hash_64b.c" ,
1616 " have_ulong64.c" ,
17- " test_fnv.c"
17+ " test_fnv.c" ,
18+ " WHATS-THIS.md"
1819 ]
1920
2021 "install" : " make install"
You can’t perform that action at this time.
0 commit comments