Skip to content

Struct mbedtls_md5_context

ClassList > mbedtls_md5_context

Public Attributes

Type Name
unsigned char buffer
unsigned long state
unsigned long total

Public Attributes Documentation

variable buffer

unsigned char mbedtls_md5_context::buffer[64];

data block being processed

variable state

unsigned long mbedtls_md5_context::state[4];

intermediate digest state

variable total

unsigned long mbedtls_md5_context::total[2];

number of bytes processed


The documentation for this class was generated from the following file cores/common/arduino/libraries/common/MD5/MD5MbedTLSImpl.h