From c91380c847490f843a0a77a69d477cdff666b75c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 27 Dec 2017 01:23:34 +0200 Subject: [PATCH] @PlatformIO Library Registry manifest file --- library.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..11a58c4 --- /dev/null +++ b/library.json @@ -0,0 +1,15 @@ +{ + "name": "Cryptosuite", + "keywords": "sha, sha1, sha256, hmac", + "description": "Cryptographic suite for Arduino (SHA-1, SHA-256, HMAC-SHA-1 and HMAC-SHA-256)", + "repository": { + "type": "git", + "url": "https://github.com/Cathedrow/Cryptosuite.git" + }, + "export": { + "include": "Sha" + }, + "version": "1.0.0", + "frameworks": "arduino", + "platforms": "*" +}