#ifndef TEST_HASH_H
#define TEST_HASH_H

#include <stdint.h>

uint8_t test_hash();

#endif
