Skip to content

mathieu-bour/2a-aes-128

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES128

Small project which implements the AES128.

Usage

./AES128 {text} {key}

Where text and key is a 32-char string composed of hexadecimal symbols.

Build from sources

To build the AES, run

make AES128

The compiled output will be placed in the folder build/AES128

Clean

To clean the workspace, run

make clean

About

C basic implementation of the AES128.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published