tiny-AES-c/library.json

14 lines
279 B
JSON
Raw Normal View History

{
"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"
},
2018-05-09 00:07:37 +03:00
"frameworks": "*",
2018-05-22 20:30:59 +03:00
"platforms": "*",
"examples": "test.c"
}