aboutsummaryrefslogtreecommitdiff
path: root/siphash.h
diff options
context:
space:
mode:
authorJP Aumasson <jpa@pm.me>2021-02-19 08:00:58 +0100
committerJP Aumasson <jpa@pm.me>2021-02-19 08:00:58 +0100
commitf5d28c84b2c129ca6a3ae6c741d1812903bec83c (patch)
tree47714acbb4145ab47a8e9217229ef66ec9d6b070 /siphash.h
parentMerge pull request #32 from veorq/header (diff)
downloadsiphash-f5d28c84b2c129ca6a3ae6c741d1812903bec83c.tar.gz
siphash-f5d28c84b2c129ca6a3ae6c741d1812903bec83c.tar.xz
halfsiphash header + badge
Diffstat (limited to 'siphash.h')
-rw-r--r--siphash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/siphash.h b/siphash.h
index 851b326..41ebf4c 100644
--- a/siphash.h
+++ b/siphash.h
@@ -20,3 +20,4 @@
int siphash(const uint8_t *in, const size_t inlen, const uint8_t *k,
uint8_t *out, const size_t outlen);
+