MD5 calculation context.  
 More...
MD5 calculation context. 
Definition at line 71 of file md5.h.
 
#include <md5.h>
 | 
| uint32_t  | len | 
|   | overall number of bytes processed  
  | 
|   | 
| uint32_t  | abcd [4] | 
|   | virtual registers for hash calculation  
  | 
|   | 
| int  | b_used | 
|   | number of bytes used in the current block  
  | 
|   | 
| uint8_t  | block [64] | 
|   | one block is calculated at a time  
  | 
|   | 
◆ abcd
      
        
          | uint32_t md5_ctx_t::abcd[4] | 
        
      
 
virtual registers for hash calculation 
Definition at line 73 of file md5.h.
 
 
◆ b_used
number of bytes used in the current block 
Definition at line 74 of file md5.h.
 
 
◆ block
      
        
          | uint8_t md5_ctx_t::block[64] | 
        
      
 
one block is calculated at a time 
Definition at line 75 of file md5.h.
 
 
◆ len
overall number of bytes processed 
Definition at line 72 of file md5.h.
 
 
The documentation for this struct was generated from the following file: