aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/process.c b/process.c
index d328bac..fb7df21 100644
--- a/process.c
+++ b/process.c
@@ -9,12 +9,6 @@ rorl(uint32_t n, int k)
}
-/**
- * Process a chunk using SHA-1 or SHA-0
- *
- * @param state The hashing state
- * @param chunk The data to process
- */
void
libsha1_process(struct libsha1_state *restrict state, const unsigned char *restrict chunk)
{