23 lines
573 B
JSON
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": "*"
|
||
|
}
|