Skip to content

A cut down easier to use version of tiny-AES-c

License

Notifications You must be signed in to change notification settings

lwvmobile/tinier-aes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinier AES

Very Simple and Easy To Use AES Functions based off of Tiny-AES-c, all slimmed down into one file with a configurable Nb, Nk, and Nr value, with some included bit and byte utilities, several wrapper functions for ECB, OFB and CTR mode, and a very easy to follow demos (demo.c and aes-ofb-crypt.c) to help you write your own code for it.

Just copy and paste the aes.c and aes.h file into any folder you want and be sure to #include "aes.h" in your .c file or .h file.

About

A cut down easier to use version of tiny-AES-c

Resources

License

Stars

Watchers

Forks

Languages