Structure to save state of computation between the single steps. More...
#include <libppbase/base/MD5.h>
Public Attributes | |
md5_uint32 | A |
internal use | |
md5_uint32 | B |
internal use | |
md5_uint32 | C |
internal use | |
md5_uint32 | D |
internal use | |
md5_uint32 | total [2] |
internal use | |
md5_uint32 | buflen |
internal use | |
char | buffer [128] |
internal use |
Structure to save state of computation between the single steps.