Permalink
Browse files

Merge pull request #13 from valeros/patch-1

@PlatformIO Library Registry manifest file
  • Loading branch information...
2 parents 912c6f7 + a1e3422 commit 7db9c202f292ea925187e41576f3f7cd611ec309 @DavyLandman committed Apr 14, 2016
Showing with 12 additions and 0 deletions.
  1. +12 −0 library.json
View
@@ -0,0 +1,12 @@
+{
+ "name": "AESLib",
+ "keywords": "cryptography, aes",
+ "description": "Small AES implementation in ASM",
+ "repository":
+ {
+ "type": "git",
+ "url": "https://github.com/DavyLandman/AESLib.git"
+ },
+ "frameworks": "arduino",
+ "platforms": "atmelavr"
+}

0 comments on commit 7db9c20

Please sign in to comment.