Merge pull request #94 from lucifurtun/master

Add @PlatformIO Library Registry manifest file
This commit is contained in:
kokke
2018-03-21 22:03:19 +01:00
committed by GitHub

11
library.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "tiny-AES-c",
"keywords": "cryptography, aes",
"description": "Small portable AES128/192/256 in C",
"repository":
{
"type": "git",
"url": "https://github.com/kokke/tiny-AES-c.git"
},
"frameworks": "arduino",
}