#ifndef AMALGAM_HASH_H #define AMALGAM_HASH_H #include "types.h" usize amal_hash_string(const u8 *data, usize size); #endif