summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library.json11
1 files changed, 11 insertions, 0 deletions
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",
+}