From 2e44af621d1ef33bad80fd89e91afe874a377cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 28 Feb 2015 21:57:57 +0100 Subject: Move to liberty --- siphash.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 siphash.h (limited to 'siphash.h') diff --git a/siphash.h b/siphash.h deleted file mode 100644 index dca7c42..0000000 --- a/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