From db6e7fb5263d3b61abc976cb9d3e4250695b3f5e Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Mon, 21 Jan 2019 22:11:34 +0100 Subject: AES --- test/monniaux/tiny-AES-c/library.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/monniaux/tiny-AES-c/library.json (limited to 'test/monniaux/tiny-AES-c/library.json') diff --git a/test/monniaux/tiny-AES-c/library.json b/test/monniaux/tiny-AES-c/library.json new file mode 100644 index 00000000..d7abe89a --- /dev/null +++ b/test/monniaux/tiny-AES-c/library.json @@ -0,0 +1,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" +} -- cgit