Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 191 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 191 Bytes

Side Channel Attack Toolkit

Build instructions

Linux

Install cmake (Version 3.6 or later)

mkdir build/native
cd build/native
cmake ../..
make