aboutsummaryrefslogtreecommitdiffstats
path: root/hmac/libkeccak_hmac_initialise.c
blob: ca71860e5d030ab4e2be3c8241acd295fbb6d352 (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);