O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
Loading...
Searching...
No Matches
hashes.c File Reference
#include "o2s/private_prepro.h"
#include "o2s/string.h"

Go to the source code of this file.

Functions

uint32_t cstring_fnv1a_32 (const char *cstring, size_t length)
 Fowler–Noll–Vo hash function, on 32 bits.
uint32_t string_fnv1a_32 (const string_t *self)
 Fowler–Noll–Vo hash function, on 32 bits.

Detailed Description

Author
Antoine GAGNIERE

Definition in file hashes.c.