diff --git a/libraries/Crypto/library.json b/libraries/Crypto/library.json index 367523e0..d6343bca 100644 --- a/libraries/Crypto/library.json +++ b/libraries/Crypto/library.json @@ -1,6 +1,6 @@ { "name": "Crypto", - "version": "0.1.6", + "version": "0.2.0", "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 index 4a895c46..da7c5f7e 100644 --- a/libraries/CryptoLW/library.json +++ b/libraries/CryptoLW/library.json @@ -1,6 +1,6 @@ { "name": "CryptoLW", - "version": "0.1.6", + "version": "0.2.0", "keywords": "Acorn128,Speck,SpeckSmall,SpeckTiny", "description": "Light-weight ciphers for the Arduino Cryptography Library", "authors": diff --git a/libraries/CryptoLW/library.properties b/libraries/CryptoLW/library.properties index 6467225d..3abd0e0a 100644 --- a/libraries/CryptoLW/library.properties +++ b/libraries/CryptoLW/library.properties @@ -1,5 +1,5 @@ name=CryptoLW -version=1.0.0 +version=0.2.0 author=Rhys Weatherley maintainer=Rhys Weatherley sentence=Light-weight algorithms for the Arduino Cryptography Library diff --git a/libraries/CryptoLegacy/library.json b/libraries/CryptoLegacy/library.json index 6f6a95e4..7c739b2a 100644 --- a/libraries/CryptoLegacy/library.json +++ b/libraries/CryptoLegacy/library.json @@ -1,6 +1,6 @@ { "name": "CryptoLegacy", - "version": "0.1.6", + "version": "0.2.0", "keywords": "CBC,CFB,OFB", "description": "Legacy ciphers for the Arduino Cryptography Library", "authors": diff --git a/libraries/CryptoLegacy/library.properties b/libraries/CryptoLegacy/library.properties index 3d635550..c9249bf3 100644 --- a/libraries/CryptoLegacy/library.properties +++ b/libraries/CryptoLegacy/library.properties @@ -1,5 +1,5 @@ name=CryptoLegacy -version=1.0.0 +version=0.2.0 author=Rhys Weatherley maintainer=Rhys Weatherley sentence=Legacy algorithms in the Arduino Cryptography Library diff --git a/libraries/NewHope/library.json b/libraries/NewHope/library.json index a32613d6..a737b735 100644 --- a/libraries/NewHope/library.json +++ b/libraries/NewHope/library.json @@ -1,6 +1,6 @@ { "name": "NewHope", - "version": "0.1.6", + "version": "0.2.0", "keywords": "NewHope" "description": "Post-Quantum NewHope algorithm for the Arduino Cryptography Library", "authors": diff --git a/libraries/RingOscillatorNoiseSource/library.json b/libraries/RingOscillatorNoiseSource/library.json index bc9c4abf..c5f4a870 100644 --- a/libraries/RingOscillatorNoiseSource/library.json +++ b/libraries/RingOscillatorNoiseSource/library.json @@ -1,6 +1,6 @@ { "name": "RingOscillatorNoiseSource", - "version": "0.1.6", + "version": "0.2.0", "keywords": "RingOscillatorNoiseSource" "description": "Ring oscillator noise source for the Arduino Cryptography Library", "authors": diff --git a/libraries/TransistorNoiseSource/library.json b/libraries/TransistorNoiseSource/library.json index 30f83641..a7fe8f8b 100644 --- a/libraries/TransistorNoiseSource/library.json +++ b/libraries/TransistorNoiseSource/library.json @@ -1,6 +1,6 @@ { "name": "TransistorNoiseSource", - "version": "0.1.6", + "version": "0.2.0", "keywords": "TransistorNoiseSource" "description": "Transisitor noise source for the Arduino Cryptography Library", "authors":