From 756128a662c619f47c27ef2ba228f96b9c63be29 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Jul 2022 14:08:29 +0200 Subject: Remove documentation from .c files that already exist in .h files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- process.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'process.c') 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) { -- cgit v1.2.3-70-g09d2