From a0c166cab88c612abb4bf74b601f5f1abf4e229f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Jul 2022 10:33:16 +0200 Subject: m whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libsha1.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libsha1.h b/libsha1.h index 6c83319..7e8e596 100644 --- a/libsha1.h +++ b/libsha1.h @@ -10,6 +10,7 @@ * Algorithms supported by libsha1 */ enum libsha1_algorithm { + /** * SHA-0, outputs 20 bytes */ @@ -31,6 +32,7 @@ enum libsha1_algorithm { * `explicit_bzero` (or `memset`) when you are done. */ struct libsha1_state { + /** * The size of the message, as far as processed, in bits; */ @@ -72,6 +74,7 @@ struct libsha1_state { * `explicit_bzero` (or `memset`) when you are done. */ struct libsha1_hmac_state { + /** * State of the underlaying hash function */ -- cgit v1.2.3-70-g09d2