summaryrefslogtreecommitdiffstats
path: root/library.json
blob: d7abe89a58c463bef83b7552ffa45729f083fd8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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"
}