README for WS2 ================================================================================ This Matlab workspace contains all data which is necessary to perform a DPA attack. The following variables are stored in the workspace: - inputs: AES input bytes (200x16) - traces: power traces of an AES microcontroller implementation (200x100000) - byte_Hamming_weight: a table that allows to determine the Hamming weight of a matrix of input bytes - SubBytes: a table that implements the AES SubBytes operation In total, 200 traces with the corresponding inputs are in this workspace. All 16 input bytes are given. The traces correspond to the execution of a full AES round.