blob: 13d7c0e94372b21a87ff820fe5a34de70486862d (
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);
|