diff options
author | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2021-10-31 07:50:15 +0100 |
---|---|---|
committer | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2021-10-31 07:50:15 +0100 |
commit | 0cbac2e375f7f1186ce05b142cfe8d38bbf442a1 (patch) | |
tree | 230826b06aaefe8771b29d0e4866050b2cdc0181 /halfsiphash.c | |
parent | Merge pull request #37 from pjanx/master (diff) | |
download | siphash-0cbac2e375f7f1186ce05b142cfe8d38bbf442a1.tar.gz siphash-0cbac2e375f7f1186ce05b142cfe8d38bbf442a1.tar.xz |
halfsh header, cleanup
Diffstat (limited to '')
-rw-r--r-- | halfsiphash.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/halfsiphash.c b/halfsiphash.c index 5da4425..a2f5876 100644 --- a/halfsiphash.c +++ b/halfsiphash.c @@ -13,11 +13,10 @@ this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. */ +#include "halfsiphash.h" #include <assert.h> -#include <inttypes.h> #include <stdint.h> #include <stdio.h> -#include <string.h> /* default: SipHash-2-4 */ #ifndef cROUNDS |