Skip to content

Commit

Permalink
Create clib.json
Browse files Browse the repository at this point in the history
  • Loading branch information
veqtrus committed Nov 8, 2020
1 parent 9b596be commit 9ead39d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions clib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "vial_aes",
"version": "0.1.0",
"repo": "veqtrus/vial_aes",
"description": "Permissively licensed AES implementation in C with ECB, CBC, CTR, and EAX modes of operation, as well as CMAC (OMAC1)",
"keywords": ["aes", "encryption", "cmac", "omac"],
"license": "BSL-1.0",
"dependencies": {},
"src": ["README.md", "LICENSE_1_0.txt", "aes.h", "aes.c"]
}

0 comments on commit 9ead39d

Please sign in to comment.