Files
wizapp-stdlib/tests/hasher/test_hasher.h
T
Abdelrahman Said f73a870a34
Release / release (push) Successful in 3s
Convert hasher to interface and remove spihash64
2026-09-16 01:11:24 +01:00

15 lines
356 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);
// Test Sip hash implementation against the reference implementation
WpTestFuncResult test_siphash_128(void);
#endif // !TEST_HASHER_H