Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 371 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 371 Bytes

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.

# Test
cargo test
# Benchmark
cargo bench