fix explanation of sha256 (#9220)

This commit is contained in:
Shogo Hayashi
2021-07-11 00:04:54 +09:00
committed by GitHub
parent 9a22457e8f
commit 350c6306b4

View File

@@ -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