forked from kokke/tiny-AES-c
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca85e00
commit 3e9f33d
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |