From f301893d7f2bd021edf64d2a0868cb709a3389e7 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Thu, 26 Apr 2018 06:53:53 +1000 Subject: [PATCH] Bump @PlatformIO Crypto library version to 0.1.6 --- libraries/Crypto/library.json | 2 +- libraries/CryptoLW/library.json | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 libraries/CryptoLW/library.json diff --git a/libraries/Crypto/library.json b/libraries/Crypto/library.json index 97966085..367523e0 100644 --- a/libraries/Crypto/library.json +++ b/libraries/Crypto/library.json @@ -1,6 +1,6 @@ { "name": "Crypto", - "version": "0.1.5", + "version": "0.1.6", "keywords": "AES128,AES192,AES256,Speck,CTR,CFB,CBC,OFB,EAX,GCM,XTS,ChaCha,ChaChaPoly,EAX,GCM,SHA256,SHA512,SHA3_256,SHA3_512,BLAKE2s,BLAKE2b,SHAKE128,SHAKE256,Poly1305,GHASH,OMAC,Curve25519,Ed25519,P521,RNG,NOISE", "description": "Arduino CryptoLibs - All cryptographic algorithms have been optimized for 8-bit Arduino platforms like the Uno", "authors": diff --git a/libraries/CryptoLW/library.json b/libraries/CryptoLW/library.json new file mode 100644 index 00000000..9f6c9f2d --- /dev/null +++ b/libraries/CryptoLW/library.json @@ -0,0 +1,22 @@ +{ + "name": "CryptoLW", + "version": "0.1.6", + "keywords": "Acorn128", + "description": "Light-weight 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/CryptoLW" + }, + "repository": + { + "type": "git", + "url": "https://github.com/rweather/arduinolibs.git" + }, + "frameworks": "arduino", + "platforms": "*" +}