From dc334fe7495f882aa245abbfbd8a82f0df4d020a Mon Sep 17 00:00:00 2001 From: Utsav Gupta Date: Sat, 2 Sep 2017 09:59:48 +0530 Subject: [PATCH] Update hmac_sha256.h Fixed a typo --- src/crypto/hmac_sha256.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/hmac_sha256.h b/src/crypto/hmac_sha256.h index 1519c1457e0ad..8c42fcfe14424 100644 --- a/src/crypto/hmac_sha256.h +++ b/src/crypto/hmac_sha256.h @@ -10,7 +10,7 @@ #include #include -/** A hasher class for HMAC-SHA-512. */ +/** A hasher class for HMAC-SHA-256. */ class CHMAC_SHA256 { private: