From 4ce8f49e22ceb7ad973a21963884a8c3dc64c662 Mon Sep 17 00:00:00 2001 From: JP Aumasson Date: Sat, 20 Feb 2021 20:50:05 +0100 Subject: typechange --- halfsiphash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'halfsiphash.h') diff --git a/halfsiphash.h b/halfsiphash.h index f63e46d..a1af8cd 100644 --- a/halfsiphash.h +++ b/halfsiphash.h @@ -18,5 +18,5 @@ #include #include -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); -- cgit v1.2.3