aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorJean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>2021-03-12 08:30:41 +0100
committerGitHub <noreply@github.com>2021-03-12 08:30:41 +0100
commita774642c9c720bea3e9a07e35c6bde36759dca9d (patch)
tree97332feec6ad9440bc517ef49173d0dae2505a37 /test.c
parentMerge pull request #34 from veorq/moretest (diff)
parentconsts (diff)
downloadsiphash-a774642c9c720bea3e9a07e35c6bde36759dca9d.tar.gz
siphash-a774642c9c720bea3e9a07e35c6bde36759dca9d.tar.xz
Merge pull request #35 from veorq/uint8t2uchar
address potential strict aliasing violation
Diffstat (limited to 'test.c')
-rw-r--r--test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test.c b/test.c
index cd0cc1e..ce8fa7c 100644
--- a/test.c
+++ b/test.c
@@ -27,9 +27,6 @@
} \
printf("},\n");
-int halfsiphash(const uint8_t *in, const size_t inlen, const uint8_t *k,
- uint8_t *out, const size_t outlen);
-
const char *functions[4] = {
"const uint8_t vectors_sip64[64][8] =",
"const uint8_t vectors_sip128[64][16] =",