aboutsummaryrefslogtreecommitdiffstats
path: root/libblake_blake2xb_force_update.c
blob: 6c374938df25b27739ff4d862251173951011859 (plain) (blame)
1
2
3
4
/* See LICENSE file for copyright and license details. */
#include "common.h"

extern inline size_t libblake_blake2xb_force_update(struct libblake_blake2xb_state *state, const void *data, size_t len);