From bd68e28b608fb74bb4823726b9f0bf6489ad94b5 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Sun, 10 Aug 2014 00:01:38 +0200 Subject: Remove the `src' directory There are not that many files, and aren't going to be. --- 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-54-g00ecf