1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Bump @PlatformIO Crypto library version to 0.1.6

This commit is contained in:
Rhys Weatherley 2018-04-26 06:53:53 +10:00
parent 4078351503
commit f301893d7f
2 changed files with 23 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Crypto",
"version": "0.1.5",
"version": "0.1.6",
"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":

View File

@ -0,0 +1,22 @@
{
"name": "CryptoLW",
"version": "0.1.6",
"keywords": "Acorn128",
"description": "Light-weight ciphers for the Arduino Cryptography Library",
"authors":
{
"name": "Rhys Weatherley",
"email": "rhys.weatherley@gmail.com",
"url": "https://rweather.github.io/arduinolibs/crypto.html"
},
"export": {
"include": "libraries/CryptoLW"
},
"repository":
{
"type": "git",
"url": "https://github.com/rweather/arduinolibs.git"
},
"frameworks": "arduino",
"platforms": "*"
}