mirror of
https://github.com/kokke/tiny-AES-c.git
synced 2025-01-08 12:36:19 +08:00
14 lines
279 B
JSON
14 lines
279 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": "*",
|
|
"examples": "test.c"
|
|
}
|