Skip to content

Commit a1e3422

Browse files
committed
@platformio Library Registry manifest file
1 parent 912c6f7 commit a1e3422

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

library.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "AESLib",
3+
"keywords": "cryptography, aes",
4+
"description": "Small AES implementation in ASM",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/DavyLandman/AESLib.git"
9+
},
10+
"frameworks": "arduino",
11+
"platforms": "atmelavr"
12+
}

0 commit comments

Comments
 (0)