From 350c6306b4d0ae80167ebcfb3c2f346bd4e58ee5 Mon Sep 17 00:00:00 2001 From: Shogo Hayashi Date: Sun, 11 Jul 2021 00:04:54 +0900 Subject: [PATCH] fix explanation of sha256 (#9220) --- src/sha256.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sha256.h b/src/sha256.h index dc53ead2b..a0d90a714 100644 --- a/src/sha256.h +++ b/src/sha256.h @@ -3,7 +3,7 @@ * Author: Brad Conte (brad AT bradconte.com) * Copyright: * Disclaimer: This code is presented "as is" without any guarantees. -* Details: Defines the API for the corresponding SHA1 implementation. +* Details: Defines the API for the corresponding SHA256 implementation. *********************************************************************/ #ifndef SHA256_H