Internal state of the MD5 hash calculation. More...
#include <md5.h>

Data Fields | |
| uint32_t | buf [16] |
| Buffer to store partial 64 byte frames. | |
| uint32_t | state [4] |
| MD5 hash of the partially hashed stream. | |
| uint64_t | count |
| Amount of bytes that have been hashed. | |
Internal state of the MD5 hash calculation.
Definition at line 34 of file md5.h.
1.6.3