aboutsummaryrefslogtreecommitdiff
path: root/siphash.h
diff options
context:
space:
mode:
Diffstat (limited to 'siphash.h')
-rw-r--r--siphash.h10
1 files changed, 0 insertions, 10 deletions
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 <stdint.h>
-#include <stdlib.h>
-
-uint64_t siphash (const unsigned char key[16],
- const unsigned char *m, size_t len);
-
-#endif // SIPHASH_H