1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00
Rhys Weatherley f4730a52cd New keywords
2018-04-27 12:02:57 +10:00

23 lines
573 B
JSON

{
"name": "CryptoLegacy",
"version": "0.2.0",
"keywords": "CBC,CFB,OFB,SHA1",
"description": "Legacy 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/CryptoLegacy"
},
"repository":
{
"type": "git",
"url": "https://github.com/rweather/arduinolibs.git"
},
"frameworks": "arduino",
"platforms": "*"
}