From 371dd98e3508045bc8346da3ed8225b76ce536f6 Mon Sep 17 00:00:00 2001 From: JP Aumasson Date: Fri, 19 Feb 2021 08:21:37 +0100 Subject: tests --- siphash.h | 1 - 1 file changed, 1 deletion(-) (limited to 'siphash.h') 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); - -- cgit v1.2.3