From 66cf41f89ff8e33413b63a351c05e65b98284b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 22 Feb 2015 10:54:49 +0100 Subject: Rewrite to use utils.c from ponymap I'm starting to get tired of repeatingly doing this. --- siphash.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 siphash.h (limited to 'siphash.h') diff --git a/siphash.h b/siphash.h new file mode 100644 index 0000000..dca7c42 --- /dev/null +++ b/siphash.h @@ -0,0 +1,10 @@ +#ifndef SIPHASH_H +#define SIPHASH_H + +#include +#include + +uint64_t siphash (const unsigned char key[16], + const unsigned char *m, size_t len); + +#endif // SIPHASH_H -- cgit v1.2.3