A hasher class for SHA1.  
 More...
#include <sha1.h>
 | 
| uint32_t  | s [5] | 
|   | 
| unsigned char  | buf [64] | 
|   | 
| uint64_t  | bytes | 
|   | 
A hasher class for SHA1. 
Definition at line 12 of file sha1.h.
 
◆ CSHA1()
◆ Finalize()
      
        
          | void CSHA1::Finalize  | 
          ( | 
          unsigned char  | 
          hash[OUTPUT_SIZE] | ) | 
           | 
        
      
 
 
◆ Reset()
◆ Write()
      
        
          | CSHA1 & CSHA1::Write  | 
          ( | 
          const unsigned char *  | 
          data,  | 
        
        
           | 
           | 
          size_t  | 
          len  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ buf
  
  
      
        
          | unsigned char CSHA1::buf[64] | 
         
       
   | 
  
private   | 
  
 
 
◆ bytes
◆ OUTPUT_SIZE
  
  
      
        
          | const size_t CSHA1::OUTPUT_SIZE = 20 | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following files: