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

Add PlatformIO library.json files to the other libraries

This commit is contained in:
Rhys Weatherley 2018-04-26 08:00:22 +10:00
parent d9ebc63878
commit 11f8f3aeb2
3 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"name": "NewHope",
"version": "0.1.6",
"keywords": "NewHope"
"description": "Post-Quantum NewHope algorithm 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/NewHope"
},
"repository":
{
"type": "git",
"url": "https://github.com/rweather/arduinolibs.git"
},
"frameworks": "arduino",
"platforms": "*"
}

View File

@ -0,0 +1,22 @@
{
"name": "RingOscillatorNoiseSource",
"version": "0.1.6",
"keywords": "RingOscillatorNoiseSource"
"description": "Ring oscillator noise source 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/RingOscillatorNoiseSource"
},
"repository":
{
"type": "git",
"url": "https://github.com/rweather/arduinolibs.git"
},
"frameworks": "arduino",
"platforms": "*"
}

View File

@ -0,0 +1,22 @@
{
"name": "TransistorNoiseSource",
"version": "0.1.6",
"keywords": "TransistorNoiseSource"
"description": "Transisitor noise source 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/TransistorNoiseSource"
},
"repository":
{
"type": "git",
"url": "https://github.com/rweather/arduinolibs.git"
},
"frameworks": "arduino",
"platforms": "*"
}