Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 361 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 361 Bytes

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