![]()  | 
  
    BSHA3
    0.17.99
    
   P2P Blockchain, based on Bitcoin 
   | 
 
A hasher class for SHA3-512. More...
#include <sha3512.h>
Public Member Functions | |
| CSHA3512 () | |
| CSHA3512 & | Write (const unsigned char *data, size_t len) | 
| void | Finalize (unsigned char hash[OUTPUT_SIZE]) | 
| CSHA3512 & | Reset () | 
Static Public Attributes | |
| static const size_t | OUTPUT_SIZE = 64 | 
Private Attributes | |
| SHA3_512 | sha3Hasher | 
| CSHA3512::CSHA3512 | ( | ) | 
| void CSHA3512::Finalize | ( | unsigned char | hash[OUTPUT_SIZE] | ) | 
Definition at line 36 of file sha3512.cpp.
| CSHA3512 & CSHA3512::Reset | ( | ) | 
| CSHA3512 & CSHA3512::Write | ( | const unsigned char * | data, | 
| size_t | len | ||
| ) | 
Definition at line 30 of file sha3512.cpp.
 1.8.14