aboutsummaryrefslogtreecommitdiff
path: root/halfsiphash.h
diff options
context:
space:
mode:
Diffstat (limited to 'halfsiphash.h')
-rw-r--r--halfsiphash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/halfsiphash.h b/halfsiphash.h
index f63e46d..a1af8cd 100644
--- a/halfsiphash.h
+++ b/halfsiphash.h
@@ -18,5 +18,5 @@
#include <inttypes.h>
#include <string.h>
-int halfsiphash(const uint8_t *in, const size_t inlen, const uint8_t *k,
- uint8_t *out, const size_t outlen);
+int halfsiphash(const void *in, const size_t inlen, const void *k, uint8_t *out,
+ const size_t outlen);