SHA-1 algorithm context.  
 More...
SHA-1 algorithm context. 
Definition at line 48 of file sha1.h.
 
#include <sha1.h>
◆ buffer
internal buffer 
Definition at line 50 of file sha1.h.
 
 
◆ buffer_offset
      
        
          | uint8_t sha1_context::buffer_offset | 
        
      
 
internal state variable to keep track if the buffer is filled before proceeding to hash this block 
Definition at line 57 of file sha1.h.
 
 
◆ byte_count
      
        
          | uint32_t sha1_context::byte_count | 
        
      
 
already processed bytes 
Definition at line 54 of file sha1.h.
 
 
◆ inner_hash
temporary buffer for the inner hashing 
Definition at line 61 of file sha1.h.
 
 
◆ key_buffer
internal state of the key buffer 
Definition at line 59 of file sha1.h.
 
 
◆ state
buffering current state of hashing 
Definition at line 52 of file sha1.h.
 
 
The documentation for this struct was generated from the following file: