TT12-MCU/applications/cryp.h
murmur bbea30ec53 pack_File 初步解决报错问题
添加 miniIni 库
2023-05-29 20:49:30 +08:00

16 lines
314 B
C

/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2023-05-22 murmur the first version
*/
#ifndef CRYP_H_
#define CRYP_H_
void aes_file(const char *fin, const char *fout);
#endif /* CRYP_H_ */