aboutsummaryrefslogtreecommitdiff
path: root/src/impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/impl.h')
-rw-r--r--src/impl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/impl.h b/src/impl.h
new file mode 100644
index 0000000..166ccae
--- /dev/null
+++ b/src/impl.h
@@ -0,0 +1,8 @@
+int
+siphash_impl(
+ const void *const restrict in,
+ const size_t inlen,
+ const void *const restrict key,
+ u8 out[16U],
+ const size_t outlen
+);