Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 235 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 235 Bytes
mkdir build

cd build

# should use clang
CC=clang CXX=clang++ cmake ..

make

# 3 round attack on SPNbox-8
./bin/attack

# 3 round attack on SPNbox-16
./bin/attack16

# bench of the attack on SPNbox-8
./bin/attack_bench