Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
13 lines (12 sloc) 263 Bytes
{
"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"
}