aboutsummaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/init.c b/init.c
index 7d63b1b..4d319f7 100644
--- a/init.c
+++ b/init.c
@@ -10,13 +10,6 @@ static const uint32_t H[] = {
};
-/**
- * Initialise a state
- *
- * @param state The state that should be initialised
- * @param algorithm The hashing algorithm
- * @return Zero on success, -1 on error
- */
int
libsha1_init(struct libsha1_state *restrict state, enum libsha1_algorithm algorithm)
{