![]()  | 
  
    BSHA3
    0.17.99
    
   P2P Blockchain, based on Bitcoin 
   | 
 
A hasher class for SHA3-256. More...
#include <sha3.h>
Public Member Functions | |
| CSHA3 () | |
| CSHA3 & | Write (const unsigned char *data, size_t len) | 
| void | Finalize (unsigned char hash[OUTPUT_SIZE]) | 
| CSHA3 & | Reset () | 
Static Public Attributes | |
| static const size_t | OUTPUT_SIZE = 32 | 
Private Attributes | |
| SHA3_256 | sha3Hasher | 
| void CSHA3::Finalize | ( | unsigned char | hash[OUTPUT_SIZE] | ) | 
| CSHA3 & CSHA3::Reset | ( | ) | 
| CSHA3 & CSHA3::Write | ( | const unsigned char * | data, | 
| size_t | len | ||
| ) | 
 1.8.14