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