Update hmac_sha256.h

Fixed a typo
This commit is contained in:
Utsav Gupta 2017-09-02 09:59:48 +05:30 committed by GitHub
parent ec20f01ba0
commit dc334fe749
1 changed files with 1 additions and 1 deletions

View File

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