diff options
Diffstat (limited to 'libblake_blake2xb_predigest.c')
-rw-r--r-- | libblake_blake2xb_predigest.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libblake_blake2xb_predigest.c b/libblake_blake2xb_predigest.c new file mode 100644 index 0000000..c49b46c --- /dev/null +++ b/libblake_blake2xb_predigest.c @@ -0,0 +1,4 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + +extern inline void libblake_blake2xb_predigest(struct libblake_blake2xb_state *state, void *data, size_t len, int last_node); |