arduino-crypto:ESP8266 Arduino的最小加密库

时间:2021-05-05 18:06:31
【文件属性】:
文件名称:arduino-crypto:ESP8266 Arduino的最小加密库
文件大小:18KB
文件格式:ZIP
更新时间:2021-05-05 18:06:31
C++ ESP8266加密 这是ESP8266 IOT设备的最小轻量级加密库。 它提供以下功能: SHA256 AES 128和256 SHA256HMAC 液化天然气 SHA256和AES的实现基于axTLS的实现,但移植到ESP8266 Arduino平台,归功于Cameron Rich的axTLS项目。 用法 SHA256HMAC 以下代码段演示了如何计算消息的SHA256 HMAC身份验证代码。 /* Include the crypto library into your project */ #include /* The length of the key we will use for this HMAC */ /* The key can be of any length, 16 and 32 are common */ #define KEY_
【文件预览】:
arduino-crypto-master
----README.md(6KB)
----library.properties(300B)
----Crypto.cpp(26KB)
----examples()
--------sha256hmac()
--------aesSha256Hmac()
--------sha256()
----LICENSE.md(1KB)
----Crypto.h(7KB)
----keywords.txt(1007B)

网友评论