Skip to content

Commit dc334fe

Browse files
authored
Update hmac_sha256.h
Fixed a typo
1 parent ec20f01 commit dc334fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/hmac_sha256.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <stdint.h>
1111
#include <stdlib.h>
1212

13-
/** A hasher class for HMAC-SHA-512. */
13+
/** A hasher class for HMAC-SHA-256. */
1414
class CHMAC_SHA256
1515
{
1616
private:

0 commit comments

Comments
 (0)