From 371dd98e3508045bc8346da3ed8225b76ce536f6 Mon Sep 17 00:00:00 2001 From: JP Aumasson Date: Fri, 19 Feb 2021 08:21:37 +0100 Subject: tests --- test.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'test.c') diff --git a/test.c b/test.c index 538996f..cd0cc1e 100644 --- a/test.c +++ b/test.c @@ -1,18 +1,20 @@ /* SipHash reference C implementation - Copyright (c) 2012-2021 Jean-Philippe Aumasson - Copyright (c) 2012 Daniel J. Bernstein + Copyright (c) 2012-2021 Jean-Philippe Aumasson + Copyright (c) 2012 Daniel J. Bernstein + To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. - You should have received a copy of the CC0 Public Domain Dedication along with - this software. If not, see . + You should have received a copy of the CC0 Public Domain Dedication along + with this software. If not, see + . */ -#include "vectors.h" -#include "siphash.h" #include "halfsiphash.h" +#include "siphash.h" +#include "vectors.h" #include #include #include @@ -36,8 +38,8 @@ const char *functions[4] = { }; const char *labels[4] = { - "SipHash-2-4-64", - "SipHash-2-4-128", + "SipHash-2-4-64", + "SipHash-2-4-128", "HalfSipHash-2-4-32", "HalfSipHash-2-4-64", }; -- cgit v1.2.3