12 lines
245 B
C
12 lines
245 B
C
// vim:fileencoding=utf-8:foldmethod=marker
|
|
|
|
#ifndef TEST_HASHER_H
|
|
#define TEST_HASHER_H
|
|
|
|
#include "wapp.h"
|
|
|
|
// Test Murmur3 hash implementation against the reference implementation
|
|
WpTestFuncResult test_murmur3(void);
|
|
|
|
#endif // !TEST_HASHER_H
|