1 2 3 4 5 6
#pragma once #include <stdlib.h> #include <stdint.h> uint32_t hash(const char* data, size_t len);