1 Star 0 Fork 0

lovelacelee / tiny-AES-c

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
aes.hpp 184 Bytes
一键复制 编辑 原始数据 按行查看 历史
kokke 提交于 2017-12-29 16:59 . Create aes.hpp
#ifndef _AES_HPP_
#define _AES_HPP_
#ifndef __cplusplus
#error Do not include the hpp header in a c project!
#endif //__cplusplus
extern "C" {
#include "aes.h"
}
#endif //_AES_HPP_
1
https://gitee.com/lovelacelee/tiny-AES-c.git
git@gitee.com:lovelacelee/tiny-AES-c.git
lovelacelee
tiny-AES-c
tiny-AES-c
master

搜索帮助