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:
parent
d9ebc63878
commit
11f8f3aeb2
22
libraries/NewHope/library.json
Normal file
22
libraries/NewHope/library.json
Normal 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": "*"
|
||||
}
|
22
libraries/RingOscillatorNoiseSource/library.json
Normal file
22
libraries/RingOscillatorNoiseSource/library.json
Normal 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": "*"
|
||||
}
|
22
libraries/TransistorNoiseSource/library.json
Normal file
22
libraries/TransistorNoiseSource/library.json
Normal 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": "*"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user