KallistiOS git master
Independent SDK for the Sega Dreamcast
|
MD5 context. More...
#include <kos/md5.h>
Data Fields | |
uint64 | size |
Size of the data in buf. | |
uint32 | hash [4] |
Intermediate hash value. | |
uint8 | buf [64] |
Temporary storage of values to be hashed. | |
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_t::buf[64] |
Temporary storage of values to be hashed.
uint32 kos_md5_cxt_t::hash[4] |
Intermediate hash value.
uint64 kos_md5_cxt_t::size |
Size of the data in buf.