#include <double_sha256.h>
◆ value_type
◆ finalize() [1/2]
      
        
          | void us::gov::crypto::double_sha256::finalize | ( | unsigned char | hash[output_size] | ) |  | 
      
 
 
◆ finalize() [2/2]
      
        
          | void us::gov::crypto::double_sha256::finalize | ( | value_type & | hash | ) |  | 
      
 
 
◆ reset()
      
        
          | void us::gov::crypto::double_sha256::reset | ( |  | ) |  | 
      
 
 
◆ write() [1/5]
      
        
          | void us::gov::crypto::double_sha256::write | ( | bool |  | ) |  | 
      
 
 
◆ write() [2/5]
◆ write() [3/5]
      
        
          | void us::gov::crypto::double_sha256::write | ( | const string & | data | ) |  | 
      
 
 
◆ write() [4/5]
      
        
          | void us::gov::crypto::double_sha256::write | ( | const unsigned char * | data, | 
        
          |  |  | size_t | len | 
        
          |  | ) |  |  | 
      
 
 
◆ write() [5/5]
      
        
          | void us::gov::crypto::double_sha256::write | ( | const value_type & | data | ) |  | 
      
 
 
◆ output_size
  
  | 
        
          | const size_t us::gov::crypto::double_sha256::output_size = sha256::output_size |  | static | 
 
 
◆ sha
  
  | 
        
          | sha256 us::gov::crypto::double_sha256::sha |  | private | 
 
 
The documentation for this class was generated from the following file: