├── DL-LA_CNN_SA_inputs.py ├── DL-LA_MLP_SA_first_layer_weights.py ├── DL-LA_MLP_SA_inputs.py ├── LICENSE ├── Multi-Precision Log Probability Calculator └── MP_LPC.cpp ├── README.md ├── Traces ├── FPGA_PRESENT_RANDOMIZED_CLOCK │ └── link.txt └── FPGA_PRESENT_TI_MISALIGNED │ └── link.txt ├── extract_mean_and_std_deviation.py ├── traceloader.py └── traces.yml /DL-LA_CNN_SA_inputs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chair-for-Security-Engineering/DL-LA/HEAD/DL-LA_CNN_SA_inputs.py -------------------------------------------------------------------------------- /DL-LA_MLP_SA_first_layer_weights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chair-for-Security-Engineering/DL-LA/HEAD/DL-LA_MLP_SA_first_layer_weights.py -------------------------------------------------------------------------------- /DL-LA_MLP_SA_inputs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chair-for-Security-Engineering/DL-LA/HEAD/DL-LA_MLP_SA_inputs.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chair-for-Security-Engineering/DL-LA/HEAD/LICENSE -------------------------------------------------------------------------------- /Multi-Precision Log Probability Calculator/MP_LPC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chair-for-Security-Engineering/DL-LA/HEAD/Multi-Precision Log Probability Calculator/MP_LPC.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chair-for-Security-Engineering/DL-LA/HEAD/README.md -------------------------------------------------------------------------------- /Traces/FPGA_PRESENT_RANDOMIZED_CLOCK/link.txt: -------------------------------------------------------------------------------- 1 | https://drive.google.com/file/d/1gYerTpnJF_u-BrP5ny0c6rcgbuKQlE4h/view 2 | -------------------------------------------------------------------------------- /Traces/FPGA_PRESENT_TI_MISALIGNED/link.txt: -------------------------------------------------------------------------------- 1 | https://drive.google.com/file/d/1dWPx-dp9fKA9i0yZMf31ue7x74TYnNQa/view 2 | -------------------------------------------------------------------------------- /extract_mean_and_std_deviation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chair-for-Security-Engineering/DL-LA/HEAD/extract_mean_and_std_deviation.py -------------------------------------------------------------------------------- /traceloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chair-for-Security-Engineering/DL-LA/HEAD/traceloader.py -------------------------------------------------------------------------------- /traces.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chair-for-Security-Engineering/DL-LA/HEAD/traces.yml --------------------------------------------------------------------------------