MD5 context structure; this structure is used to store the internal state of the md5 algorithm. More...
#include <md5.h>
Public Attributes | |
unsigned long | total [2] |
unsigned long | state [4] |
unsigned char | buffer [64] |
MD5 context structure; this structure is used to store the internal state of the md5 algorithm.
unsigned char md5_context::buffer[64] |