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