Purple
0.1
Standard Language Specification
|
Logic for hashing functions. More...
#include "utils/hash.h"
Functions | |
unsigned long int | FNV_1 (char *str) |
FNV-1 String hashing algorithm as defined here: https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function#FNV-1_hash. More... | |
Logic for hashing functions.
unsigned long int FNV_1 | ( | char * | str | ) |
FNV-1 String hashing algorithm as defined here: https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function#FNV-1_hash.
str | String to be hashed |