Skip to content

losantonopoulos/tinyAES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tinyAES

Minimal AES128 implementation, written in C++

In order to compile the sample code, simply run:

$ g++ AES128.cpp AES128.h AES_test.cpp -o AES_test

In order to run the example, you should provide an input as a key.

./AES_test myKey1234abcd

About

Minimal AES implementation written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages