Skip to content

Commit

Permalink
Merge #11216: Update hmac_sha256.h
Browse files Browse the repository at this point in the history
dc334fe Update hmac_sha256.h (Utsav Gupta)

Pull request description:

  Fixed a typo

Tree-SHA512: 60c2ca37583274394c3235cad1118e0ddb89d92bc9c9461fbd191e46bb77a94a4ce11be354eb84ac368a5dc58e66f081382e47ea462e5604e6abec11f428c730
  • Loading branch information
MarcoFalke committed Sep 2, 2017
2 parents 108222b + dc334fe commit 81f8c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/hmac_sha256.h
Expand Up @@ -10,7 +10,7 @@
#include <stdint.h>
#include <stdlib.h>

/** A hasher class for HMAC-SHA-512. */
/** A hasher class for HMAC-SHA-256. */
class CHMAC_SHA256
{
private:
Expand Down

0 comments on commit 81f8c03

Please sign in to comment.