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. --- src/siphash.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/siphash.h (limited to 'src/siphash.h') diff --git a/src/siphash.h b/src/siphash.h deleted file mode 100644 index dca7c42..0000000 --- a/src/siphash.h +++ /dev/null @@ -1,10 +0,0 @@ -#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