diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-07 10:33:16 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-07 10:33:16 +0200 |
commit | a0c166cab88c612abb4bf74b601f5f1abf4e229f (patch) | |
tree | 29178e604c268ff09026ca144799db054ccb63c4 | |
parent | m (diff) | |
download | libsha1-a0c166cab88c612abb4bf74b601f5f1abf4e229f.tar.gz libsha1-a0c166cab88c612abb4bf74b601f5f1abf4e229f.tar.bz2 libsha1-a0c166cab88c612abb4bf74b601f5f1abf4e229f.tar.xz |
m whitespace
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | libsha1.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |