aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-07 15:04:08 +0200
committerMattias Andrée <maandree@kth.se>2022-07-07 15:04:08 +0200
commit7b719b6251585b3bea94176fd93ed66c6fa92b48 (patch)
tree4b80079e362c627654e2010be1d9aa6d272167aa
parentFix makefile (diff)
downloadlibsha2-7b719b6251585b3bea94176fd93ed66c6fa92b48.tar.gz
libsha2-7b719b6251585b3bea94176fd93ed66c6fa92b48.tar.bz2
libsha2-7b719b6251585b3bea94176fd93ed66c6fa92b48.tar.xz
m whitespace
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--libsha2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsha2.h b/libsha2.h
index c2112aa..0399f98 100644
--- a/libsha2.h
+++ b/libsha2.h
@@ -10,6 +10,7 @@
* Algorithms supported by libsha2
*/
enum libsha2_algorithm {
+
/**
* SHA-224, outputs 28 bytes
*/
@@ -51,6 +52,7 @@ enum libsha2_algorithm {
* `explicit_bzero` (or `memset`) when you are done.
*/
struct libsha2_state {
+
/**
* The size of the message, as far as processed, in bits;
*/