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

2 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 OFB and CTR mode, and a very easy to follow demo to help you write your own code for it.

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

About

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

Resources

License

Stars

Watchers

Forks

Languages