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 --- digest.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'digest.c') diff --git a/digest.c b/digest.c index 06ceb10..0e9d117 100644 --- a/digest.c +++ b/digest.c @@ -2,14 +2,6 @@ #include "common.h" -/** - * Absorb the last part of the message and output a hash - * - * @param state The hashing state - * @param message The message, in bits - * @param msglen The length of the message, zero if there is nothing more to absorb - * @param output The output buffer for the hash - */ void libsha1_digest(struct libsha1_state *restrict state, const void *message_, size_t msglen, void *output_) { -- cgit v1.2.3-70-g09d2