summaryrefslogtreecommitdiff
path: root/src/SHA512.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SHA512.c')
-rw-r--r--src/SHA512.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/SHA512.c b/src/SHA512.c
index 4b06b2f..b25747b 100644
--- a/src/SHA512.c
+++ b/src/SHA512.c
@@ -49,7 +49,13 @@ static char MODULE__doc__[] =
"\n"
"*SHA* stands for Secure Hash Algorithm.\n"
"\n"
- ".. _SHA-2: http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf\n";
+ ".. _SHA-2: http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf\n"
+ "\n"
+ ":Variables:\n"
+ " block_size\n"
+ " The internal block size of the hash algorithm in bytes.\n"
+ " digest_size\n"
+ " The size of the resulting hash in bytes.\n";
#include "hash_SHA2.h"