diff --git a/library.json b/library.json new file mode 100644 index 0000000..deba7c9 --- /dev/null +++ b/library.json @@ -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" +}