aboutsummaryrefslogtreecommitdiffstats
path: root/libsha2.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsha2.h')
-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;
*/