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


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