summaryrefslogtreecommitdiffstats
path: root/src/hash.h
blob: f4f8e769d1aaed5d7d173a6f058c43fb6e4f032a (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef VGLTF_HASH_H
#define VGLTF_HASH_H

#include <stddef.h>
#include <stdint.h>

uint64_t vgltf_hash_fnv_1a(const char *bytes, size_t nbytes);

#endif // VGLTF_HASH_H
Go back to lisible.xyz