MD5 calculation context. More...
#include <md5.h>
Data Fields | |
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 | |