aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-07 10:33:16 +0200
committerMattias Andrée <maandree@kth.se>2022-07-07 10:33:16 +0200
commita0c166cab88c612abb4bf74b601f5f1abf4e229f (patch)
tree29178e604c268ff09026ca144799db054ccb63c4
parentm (diff)
downloadlibsha1-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.h3
1 files changed, 3 insertions, 0 deletions
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
*/