kiba-engine
hash.h
1 #pragma once
2 
3 #include <kiba/defines.h>
4 
5 KB_API u64 hash_fnv_1a(const u8 *data, usize size);
Global typedefs and macros.