mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Update hmac_sha256.h
Fixed a typo
This commit is contained in:
parent
ec20f01ba0
commit
dc334fe749
@ -10,7 +10,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
/** A hasher class for HMAC-SHA-512. */
|
/** A hasher class for HMAC-SHA-256. */
|
||||||
class CHMAC_SHA256
|
class CHMAC_SHA256
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user