Skip to content

Commit 81f8c03

Browse files
author
MarcoFalke
committed
Merge #11216: Update hmac_sha256.h
dc334fe Update hmac_sha256.h (Utsav Gupta) Pull request description: Fixed a typo Tree-SHA512: 60c2ca37583274394c3235cad1118e0ddb89d92bc9c9461fbd191e46bb77a94a4ce11be354eb84ac368a5dc58e66f081382e47ea462e5604e6abec11f428c730
2 parents 108222b + dc334fe commit 81f8c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/hmac_sha256.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <stdint.h>
1111
#include <stdlib.h>
1212

13-
/** A hasher class for HMAC-SHA-512. */
13+
/** A hasher class for HMAC-SHA-256. */
1414
class CHMAC_SHA256
1515
{
1616
private:

0 commit comments

Comments
 (0)