aboutsummaryrefslogtreecommitdiff
path: root/siphash.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-07-14 23:40:14 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-07-14 23:40:14 +0200
commitfcc3f9e19c0413eeacbf8c3392b200eff2969810 (patch)
treeac80de98ecb120ccc406d634e7f0f9c0a1016540 /siphash.h
parent246bd926488b15fcf9867c2a9372a8c173567ffe (diff)
downloadliberty-fcc3f9e19c0413eeacbf8c3392b200eff2969810.tar.gz
liberty-fcc3f9e19c0413eeacbf8c3392b200eff2969810.tar.xz
liberty-fcc3f9e19c0413eeacbf8c3392b200eff2969810.zip
Get rid of siphash.h as we don't use it
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