aboutsummaryrefslogtreecommitdiff
path: root/siphash.h
diff options
context:
space:
mode:
authorJean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>2021-02-19 08:27:11 +0100
committerGitHub <noreply@github.com>2021-02-19 08:27:11 +0100
commit750cdc00bc86b927b0f0667ff781526c3a56df09 (patch)
tree3533de2c8c97de49b7a62eb41fe151ac17bd36f3 /siphash.h
parenthalfsiphash header + badge (diff)
parenttests (diff)
downloadsiphash-750cdc00bc86b927b0f0667ff781526c3a56df09.tar.gz
siphash-750cdc00bc86b927b0f0667ff781526c3a56df09.tar.xz
Merge pull request #34 from veorq/moretest
more tests and security checks
Diffstat (limited to 'siphash.h')
-rw-r--r--siphash.h1
1 files changed, 0 insertions, 1 deletions
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);
-