KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
kos_md5_cxt Struct Reference

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...
 

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

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.


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