Skip to content

Commit

Permalink
Merge pull request rweather#9 from ivankravets/patch-1
Browse files Browse the repository at this point in the history
@platformio Library Registry manifest file
  • Loading branch information
rweather authored Oct 28, 2016
2 parents b45722d + 343f2cc commit 6d71947
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions libraries/Crypto/library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Crypto",
"version": "0.1.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":
{
"name": "Rhys Weatherley",
"email": "[email protected]",
"url": "https://rweather.github.io/arduinolibs/crypto.html"
},
"export": {
"include": "libraries/Crypto"
},
"repository":
{
"type": "git",
"url": "https://github.com/rweather/arduinolibs.git"
},
"frameworks": "arduino",
"platforms": "*"
}

0 comments on commit 6d71947

Please sign in to comment.