KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
kos_md5_cxt_t Struct Reference

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.
 

Detailed Description

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.

Field Documentation

◆ buf

uint8 kos_md5_cxt_t::buf[64]

Temporary storage of values to be hashed.

◆ hash

uint32 kos_md5_cxt_t::hash[4]

Intermediate hash value.

◆ size

uint64 kos_md5_cxt_t::size

Size of the data in buf.


The documentation for this struct was generated from the following file: