Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
hash.h
Go to the documentation of this file.
1#ifndef __LIBK__HASH_H__
2#define __LIBK__HASH_H__
3
4#include <type.h>
5
6uint64_t hash(const char* str, size_t max_size);
7uint32_t hash32(const char* str, size_t max_size);
8
9#endif // __LIBK__HASH_H__
uint32_t hash
Definition dentry.h:3
uint32_t hash32(const char *str, size_t max_size)
Definition hash.c:16
kstring str(const char *str)
unsigned int uint32_t
Definition type.h:19
unsigned long uint64_t
Definition type.h:25