Files
tiny-AES/library.json
2018-05-08 23:07:37 +02:00

13 lines
255 B
JSON

{
"name": "tiny-AES-c",
"keywords": "cryptography, aes",
"description": "Small portable AES128/192/256 in C",
"repository":
{
"type": "git",
"url": "https://github.com/kokke/tiny-AES-c.git"
},
"frameworks": "*",
"platforms": "*"
}