![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <sha1.h>
Public Member Functions | |
CSHA1 () | |
CSHA1 & | Write (const unsigned char *data, size_t len) |
void | Finalize (unsigned char hash[OUTPUT_SIZE]) |
CSHA1 & | Reset () |
Static Public Attributes | |
static const size_t | OUTPUT_SIZE = 20 |
Private Attributes | |
uint32_t | s [5] |
unsigned char | buf [64] |
size_t | bytes |
CSHA1 & CSHA1::Write | ( | const unsigned char * | data, |
size_t | len | ||
) |
Definition at line 154 of file sha1.cpp.
Referenced by EvalScript(), and Finalize().
|
private |
Definition at line 17 of file sha1.h.
Referenced by Finalize(), Reset(), and Write().
|
private |