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


extern inline int
libkeccak_hmac_initialise(struct libkeccak_hmac_state *restrict, const struct libkeccak_spec *restrict, const void *restrict, size_t);