Skip to content

secana/AES-TBOX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES-TBOX

Advanced Encryption Standard (AES) implementation using t-boxes for faster computation.

Rust Implementation

You find a Rust implementation in the directory with the same name in the aes_tbox sub-directory. Change to the directory and run the following command to build and run AES-TBOX.

# Build & Run
cargo run

C Implementation

You find a C implementation in the directory with the same name. Change to the directory and run the following commands to build and run AES-TBOX on Linux.

# Build
cmake .
make

# Run
./AES-TBOX

About

Advanced Encryption Standard (AES) implementation using t-boxes for faster computation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published