blob: ea588c78ad668b0d24b95d87ee49b14d869b3fd3 (
plain) (
blame)
1
2
3
4
5
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
extern inline size_t libsha2_hmac_state_output_size(const struct libsha2_hmac_state *restrict);
|