#include <Hashcode.h>
Static Public Member Functions | |
static unsigned int | compute (const unsigned char *data, size_t len) |
Static Protected Member Functions | |
static void | mix (unsigned int *a, unsigned int *b, unsigned int *c) |
Definition at line 9 of file Hashcode.h.
unsigned int castor::Hashcode::compute | ( | const unsigned char * | data, |
size_t | len | ||
) | [static] |
Definition at line 18 of file Hashcode.cpp.
void castor::Hashcode::mix | ( | unsigned int * | a, |
unsigned int * | b, | ||
unsigned int * | c | ||
) | [static, protected] |
Definition at line 6 of file Hashcode.cpp.