mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 18:09:47 +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 <stdlib.h>
|
||||
|
||||
/** A hasher class for HMAC-SHA-512. */
|
||||
/** A hasher class for HMAC-SHA-256. */
|
||||
class CHMAC_SHA256
|
||||
{
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user