#include <stdio.h>
Go to the source code of this file.
Functions | |
unsigned int | SuperFastHash (const char *data, int length) |
unsigned int | SuperFastHashIncremental (const char *data, int len, unsigned int lastHash) |
unsigned int | SuperFastHashFile (const char *filename) |
unsigned int | SuperFastHashFilePtr (FILE *fp) |
unsigned int SuperFastHash | ( | const char * | data, | |
int | length | |||
) |
Definition at line 22 of file SuperFastHash.cpp.
unsigned int SuperFastHashFile | ( | const char * | filename | ) |
Definition at line 90 of file SuperFastHash.cpp.
unsigned int SuperFastHashFilePtr | ( | FILE * | fp | ) |
Definition at line 100 of file SuperFastHash.cpp.
unsigned int SuperFastHashIncremental | ( | const char * | data, | |
int | len, | |||
unsigned int | lastHash | |||
) |