公告板
版本库
filestore
活动
搜索
登录
arduino-libs
/
aliIotLink
连接阿里MQTT服务的通用类库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
类库新建
projectuser
2019-07-08
827102212c4403e5c454b77bc44b40310f23fa34
[arduino-libs/aliIotLink.git]
/
src
/
modules
/
Crypto
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Crypto",
"version": "0.2.0",
"keywords": "AES128,AES192,AES256,Speck,CTR,CFB,CBC,OFB,EAX,GCM,XTS,ChaCha,ChaChaPoly,EAX,GCM,SHA256,SHA512,SHA3_256,SHA3_512,BLAKE2s,BLAKE2b,SHAKE128,SHAKE256,Poly1305,GHASH,OMAC,Curve25519,Ed25519,P521,RNG,NOISE",
"description": "Arduino CryptoLibs - All cryptographic algorithms have been optimized for 8-bit Arduino platforms like the Uno",
"authors":
{
"name": "Rhys Weatherley",
"email": "rhys.weatherley@gmail.com",
"url": "https://rweather.github.io/arduinolibs/crypto.html"
},
"export": {
"include": "libraries/Crypto"
},
"repository":
{
"type": "git",
"url": "https://github.com/rweather/arduinolibs.git"
},
"frameworks": "arduino",
"platforms": "*"
}