blob: ff335bb4b7db5f7528774d7b458940712ec5d911 (
plain) (
blame)
1
2
3
4
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
extern inline size_t libblake_blake512_digest_get_required_input_size(size_t len, size_t bits, const char *suffix);
|