aboutsummaryrefslogtreecommitdiff
path: root/include/std/hash.h
blob: f7a807d06a6ebf01d13e7ace044a3f6b8660ae76 (plain)
1
2
3
4
5
6
7
8
#ifndef AMALGAM_HASH_H
#define AMALGAM_HASH_H

#include "types.h"

usize amal_hash_string(const u8 *data, usize size);

#endif