From b418bfe22cb7ba9091f065d8697ef8bcfcead203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 7 Sep 2014 17:28:10 +0200 Subject: Initial commit Nothing's working yet, only some supporting code has been put in place. --- 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