From 12abd974fdf8362d41d688c478528c6b8047fa87 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 8 Jan 2022 22:57:27 +0100 Subject: Add BLAKE2X MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libblake_blake2xs_predigest.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libblake_blake2xs_predigest.c (limited to 'libblake_blake2xs_predigest.c') 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); -- cgit v1.2.3-70-g09d2