Merge pull request #145 from acortelyou/arduino-lib-props

Add metadata for Arduino Library Manager
This commit is contained in:
kokke 2020-01-24 19:11:28 +01:00 committed by GitHub
commit 5e66d4385f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
library.properties Normal file
View File

@ -0,0 +1,11 @@
name=tiny-AES-c
version=1.0.0
author=kokke
maintainer=kokke
sentence=A small and portable implementation of the AES ECB, CTR and CBC encryption algorithms written in C.
paragraph=You can override the default key-size of 128 bit with 192 or 256 bit by defining the symbols AES192 or AES256 in aes.h. The API is very simple. No padding is provided so for CBC and ECB all buffers should be multiples of 16 bytes.
category=Data Processing
url=https://github.com/kokke/tiny-AES-c
repository=https://github.com/kokke/tiny-AES-c.git
architectures=*
includes=aes.h