Browse Source

Update hmac_sha256.h

Fixed a typo
0.16
Utsav Gupta 7 years ago committed by GitHub
parent
commit
dc334fe749
  1. 2
      src/crypto/hmac_sha256.h

2
src/crypto/hmac_sha256.h

@ -10,7 +10,7 @@ @@ -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…
Cancel
Save