aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test.c b/test.c
index 2c047aa..538996f 100644
--- a/test.c
+++ b/test.c
@@ -11,6 +11,8 @@
*/
#include "vectors.h"
+#include "siphash.h"
+#include "halfsiphash.h"
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
@@ -23,9 +25,6 @@
} \
printf("},\n");
-int siphash(const uint8_t *in, const size_t inlen, const uint8_t *k,
- uint8_t *out, const size_t outlen);
-
int halfsiphash(const uint8_t *in, const size_t inlen, const uint8_t *k,
uint8_t *out, const size_t outlen);