File MD5MbedTLSImpl.h
File List > arduino > libraries > common > MD5 > MD5MbedTLSImpl.h
Go to the documentation of this file.
/* Copyright (c) Kuba Szczodrzyński 2022-07-11. */
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
unsigned long total[2];
unsigned long state[4];
unsigned char buffer[64];
} mbedtls_md5_context;
#define LT_MD5_CTX_T mbedtls_md5_context
#ifdef __cplusplus
} // extern "C"
#endif