blob: d53e2cad20b783c97fbb402283a18b22a2ce993b (
plain) (
blame)
1
2
3
4
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
extern inline size_t libblake_blake2xs_predigest_get_required_input_size(const struct libblake_blake2xs_state *state);
|