A hasher class for HMAC-SHA-3-512.  
 More...
#include <hmac_sha3512.h>
A hasher class for HMAC-SHA-3-512. 
Definition at line 14 of file hmac_sha3512.h.
 
◆ CHMAC_SHA3512()
      
        
          | CHMAC_SHA3512::CHMAC_SHA3512  | 
          ( | 
          const unsigned char *  | 
          key,  | 
        
        
           | 
           | 
          size_t  | 
          keylen  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ Finalize()
      
        
          | void CHMAC_SHA3512::Finalize  | 
          ( | 
          unsigned char  | 
          hash[OUTPUT_SIZE] | ) | 
           | 
        
      
 
 
◆ Write()
  
  
      
        
          | CHMAC_SHA3512& CHMAC_SHA3512::Write  | 
          ( | 
          const unsigned char *  | 
          data,  | 
         
        
           | 
           | 
          size_t  | 
          len  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ inner
◆ outer
◆ OUTPUT_SIZE
  
  
      
        
          | const size_t CHMAC_SHA3512::OUTPUT_SIZE = 64 | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following files: