From 8199bfa31fa59fb060d2939f8612dea575b249d3 Mon Sep 17 00:00:00 2001 From: quou Date: Thu, 19 Dec 2024 19:10:19 +1100 Subject: hash function --- qstd/str.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 qstd/str.h (limited to 'qstd/str.h') diff --git a/qstd/str.h b/qstd/str.h new file mode 100644 index 0000000..f55333e --- /dev/null +++ b/qstd/str.h @@ -0,0 +1,9 @@ +#ifndef str_h +#define str_h + +#include +#include + +uint64_t fnv1a64(uint8_t* buf, size_t size); + +#endif -- cgit v1.2.3-54-g00ecf