aboutsummaryrefslogtreecommitdiffstats
path: root/hmac_unmarshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'hmac_unmarshal.c')
-rw-r--r--hmac_unmarshal.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/hmac_unmarshal.c b/hmac_unmarshal.c
index bd8f3fe..30e6f78 100644
--- a/hmac_unmarshal.c
+++ b/hmac_unmarshal.c
@@ -2,14 +2,6 @@
#include "common.h"
-/**
- * Unmarshal an HMAC state from a buffer
- *
- * @param state Output parameter for the unmarshalled state
- * @param buf The buffer from which the state shall be unmarshalled
- * @param bufsize The maximum number of bytes that can be unmarshalled
- * @return The number of read bytes, 0 on failure
- */
size_t
libsha1_hmac_unmarshal(struct libsha1_hmac_state *restrict state, const void *restrict buf_, size_t bufsize)
{