mirror of
https://github.com/kokke/tiny-AES-c
synced 2024-11-22 05:21:52 +03:00
20 lines
447 B
JSON
20 lines
447 B
JSON
{
|
|
"version": "1.0.0",
|
|
"name": "tiny-AES-c",
|
|
"keywords": "cryptography, aes",
|
|
"description": "Small portable AES128/192/256 in C",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"branch": "master",
|
|
"url": "https://github.com/kokke/tiny-AES-c.git"
|
|
},
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"examples": "test.c",
|
|
"build":
|
|
{
|
|
"srcFilter": "+<*> -<.git/> -<test.c> -<test.cpp> -<test_package/>"
|
|
}
|
|
}
|