Permalink
Browse files

@PlatformIO Library Registry manifest file

  • Loading branch information...
1 parent 912c6f7 commit a1e3422d2abd730a148f3c52f9d4742eabb73f88 @valeros valeros 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 a1e3422

Please sign in to comment.