aboutsummaryrefslogtreecommitdiff
path: root/siphash.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-28 21:57:57 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-28 21:57:57 +0100
commit2e44af621d1ef33bad80fd89e91afe874a377cee (patch)
tree80d10827ae1f91745d0cdd127ae48aada5e96862 /siphash.h
parent2dccb650bbd39ce2b99dfdaf819c22c47611d7c9 (diff)
downloadponymap-2e44af621d1ef33bad80fd89e91afe874a377cee.tar.gz
ponymap-2e44af621d1ef33bad80fd89e91afe874a377cee.tar.xz
ponymap-2e44af621d1ef33bad80fd89e91afe874a377cee.zip
Move to liberty
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