Lab_interaccio/2019/GIGANTES-MERCE/websocket-client/mWebSockets/CryptoLegacy/library.json
2025-02-25 21:29:42 +01: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": "*"
}