From 04868a1fefcfb7d5216c773f459130a3cb75ad08 Mon Sep 17 00:00:00 2001 From: Luci Furtun Date: Mon, 19 Mar 2018 20:22:23 +0200 Subject: Add @PlatformIO Library Registry manifest file --- library.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..7a20ec0 --- /dev/null +++ b/library.json @@ -0,0 +1,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", +} -- cgit v1.2.3