diff options
Diffstat (limited to 'libkeccak_hmac_create.c')
-rw-r--r-- | libkeccak_hmac_create.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libkeccak_hmac_create.c b/libkeccak_hmac_create.c deleted file mode 100644 index 15286b6..0000000 --- a/libkeccak_hmac_create.c +++ /dev/null @@ -1,5 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -#include "common.h" - - -extern inline struct libkeccak_hmac_state *libkeccak_hmac_create(const struct libkeccak_spec *restrict, const void *restrict, size_t); |