aboutsummaryrefslogtreecommitdiffstats
path: root/libblake_blake2xs_update.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libblake_blake2xs_update.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libblake_blake2xs_update.c b/libblake_blake2xs_update.c
new file mode 100644
index 0000000..ba8d62f
--- /dev/null
+++ b/libblake_blake2xs_update.c
@@ -0,0 +1,4 @@
+/* See LICENSE file for copyright and license details. */
+#include "common.h"
+
+extern inline size_t libblake_blake2xs_update(struct libblake_blake2xs_state *state, const void *data, size_t len);