Skip to content

euq8/AES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES

C++ implementation of AES

Script to run in same order

sudo apt-get install cmake
sudo apt-get install libgtest-dev
cd /usr/src/gtest && ll
sudo cmake CMakeLists.txt
sudo make
sudo cp lib/*.a /usr/lib
cd ${128_AES_DIR}

make all

./bin/test

./bin/debug

g++ -Wall -Wextra -g -pthread ./definition/AES.cpp example.cpp -o example_driver

About

C++ implementation of AES

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published