KallistiOS
##version##
|
MD5 context. More...
#include <kos/md5.h>
Data Fields | |
uint64 | size |
Size of the data in buf. More... | |
uint32 | hash [4] |
Intermediate hash value. More... | |
uint8 | buf [64] |
Temporary storage of values to be hashed. More... | |
MD5 context.
This structure contains the variables needed to maintain the internal state of the MD5 code. You should not manipulate these variables manually, but rather use the kos_md5_* functions to do everything you need.
uint8 kos_md5_cxt::buf[64] |
Temporary storage of values to be hashed.
uint32 kos_md5_cxt::hash[4] |
Intermediate hash value.
uint64 kos_md5_cxt::size |
Size of the data in buf.