blob: 959eae9a4634366260d40c5b4c49e6e0357080c7 (
plain) (
blame)
1
2
3
4
5
|
/* See LICENSE file for copyright and license details. */
#include "../common.h"
extern inline struct libkeccak_hmac_state *libkeccak_hmac_duplicate(const struct libkeccak_hmac_state *);
|