diff options
author | Utsav Gupta <utsavgupta89@gmail.com> | 2017-09-02 09:59:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-02 09:59:48 +0530 |
commit | dc334fe7495f882aa245abbfbd8a82f0df4d020a (patch) | |
tree | 208316760c77abc5a4b10f34feb2f7c8368f0982 /src | |
parent | ec20f01ba0945a3113797ac98a6b3500e24603d4 (diff) |
Update hmac_sha256.h
Fixed a typo
Diffstat (limited to 'src')
-rw-r--r-- | src/crypto/hmac_sha256.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/hmac_sha256.h b/src/crypto/hmac_sha256.h index 1519c1457e..8c42fcfe14 100644 --- a/src/crypto/hmac_sha256.h +++ b/src/crypto/hmac_sha256.h @@ -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: |