A hasher class for Bitcoin's 160-bit hash (SHA3-256 + RIPEMD-160).  
 More...
#include <hash.h>
 | 
| static const size_t  | OUTPUT_SIZE = CRIPEMD160::OUTPUT_SIZE | 
|   | 
A hasher class for Bitcoin's 160-bit hash (SHA3-256 + RIPEMD-160). 
Definition at line 70 of file hash.h.
 
◆ Finalize()
  
  
      
        
          | void CHash360::Finalize  | 
          ( | 
          unsigned char  | 
          hash[OUTPUT_SIZE] | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Reset()
◆ Write()
  
  
      
        
          | CHash360& CHash360::Write  | 
          ( | 
          const unsigned char *  | 
          data,  | 
         
        
           | 
           | 
          size_t  | 
          len  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ OUTPUT_SIZE
  
  
      
        
          | const size_t CHash360::OUTPUT_SIZE = CRIPEMD160::OUTPUT_SIZE | 
         
       
   | 
  
static   | 
  
 
 
◆ sha
The documentation for this class was generated from the following file: