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