From 11f8f3aeb2fe3b205c4c214b2056f197134a156e Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Thu, 26 Apr 2018 08:00:22 +1000 Subject: [PATCH] Add PlatformIO library.json files to the other libraries --- libraries/NewHope/library.json | 22 +++++++++++++++++++ .../RingOscillatorNoiseSource/library.json | 22 +++++++++++++++++++ libraries/TransistorNoiseSource/library.json | 22 +++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 libraries/NewHope/library.json create mode 100644 libraries/RingOscillatorNoiseSource/library.json create mode 100644 libraries/TransistorNoiseSource/library.json diff --git a/libraries/NewHope/library.json b/libraries/NewHope/library.json new file mode 100644 index 00000000..a32613d6 --- /dev/null +++ b/libraries/NewHope/library.json @@ -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": "*" +} diff --git a/libraries/RingOscillatorNoiseSource/library.json b/libraries/RingOscillatorNoiseSource/library.json new file mode 100644 index 00000000..bc9c4abf --- /dev/null +++ b/libraries/RingOscillatorNoiseSource/library.json @@ -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": "*" +} diff --git a/libraries/TransistorNoiseSource/library.json b/libraries/TransistorNoiseSource/library.json new file mode 100644 index 00000000..30f83641 --- /dev/null +++ b/libraries/TransistorNoiseSource/library.json @@ -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": "*" +}