summaryrefslogtreecommitdiff
path: root/src/SHA256.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SHA256.c')
-rw-r--r--src/SHA256.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SHA256.c b/src/SHA256.c
index 61a2d74..8cc3265 100644
--- a/src/SHA256.c
+++ b/src/SHA256.c
@@ -27,6 +27,7 @@
*
*/
#define MODULE_NAME _SHA256
+#define ALGORITHM_NAME "SHA256"
#define DIGEST_SIZE (256/8)
#define BLOCK_SIZE (512/8)
#define WORD_SIZE 4