/**
 * @file tal_security.h
 * @brief Security module interface for Tuya SDK.
 *
 * @copyright Copyright (c) 2021-2024 Tuya Inc. All Rights Reserved.
 *
 */

#ifndef __TAL_SECURITY_H__
#define __TAL_SECURITY_H__

#include "tal_x509.h"
#include "tal_hash.h"
#include "tal_symmetry.h"
#include "tal_asymmetrical.h"

#ifdef __cplusplus
extern "C" {
#endif

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif
