OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
mbedtls_md5_context Struct Reference

MD5 context structure. More...

#include <md5.h>

Public Attributes

uint32_t total [2]
 
uint32_t state [4]
 
unsigned char buffer [64]
 

Detailed Description

MD5 context structure.

Warning
MD5 is considered a weak message digest and its use constitutes a security risk. We recommend considering stronger message digests instead.

Member Data Documentation

◆ buffer

unsigned char mbedtls_md5_context::buffer[64]

data block being processed

◆ state

uint32_t mbedtls_md5_context::state[4]

intermediate digest state

◆ total

uint32_t mbedtls_md5_context::total[2]

number of bytes processed


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