TuyaOS
tkl_security.h
浏览该文件的文档.
1
11#ifndef __TKL_SECURITY_H__
12#define __TKL_SECURITY_H__
13
14#ifdef __cplusplus
15 extern "C" {
16#endif
17
18#include "tuya_cloud_types.h"
19
20
21BOOL_T tkl_mbedtls_sha256(const UCHAR_T *input, UINT32_T len, UCHAR_T output[32], INT_T is224);
22
23#ifdef __cplusplus
24}
25#endif
26#endif