Update hmac_sha256.h
Fixed a typo
This commit is contained in:
parent
ec20f01ba0
commit
dc334fe749
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue