aboutsummaryrefslogtreecommitdiff
path: root/siphash.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--siphash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/siphash.h b/siphash.h
index 41ebf4c..851b326 100644
--- a/siphash.h
+++ b/siphash.h
@@ -20,4 +20,3 @@
int siphash(const uint8_t *in, const size_t inlen, const uint8_t *k,
uint8_t *out, const size_t outlen);
-