Skip to content
Jannik Zeitschner edited this page Jun 19, 2023 · 37 revisions

In order to demonstrate the functionality of PROLEAD, we provide some selected examples in the examples folder. More information regarding the interpretation of results is given under Results.

Hardware Examples

Each example is structured as follows:

  1. The rtl folder contains the rtl code in VHDL or Verilog.
  2. The gate folder contains the resulting gate level netlist which is given as an input to PROLEAD.
  3. The results directory which is further divided into normal_mode and compact_mode directories contains the used config.set file which encompasses all evaluation settings. In addition, we created an execution script run.sh for each test case. To execute the script, just navigate into the respective folder and run ./run.sh. Moreover, results contains all reports generated by PROLEAD. The main report is given as Report.dat and builds the starting point for interpreting the results.

We summarize the evaluation results in the following table. We remark that the configuration can be slightly different compared to the paper. Note that different configurations may lead to different runtimes and memory requirements. Moreover, runtimes can be different when using another machine. All examples were performed in a Ubuntu 20.04 subsystem on a Windows 10 server with 544GB RAM and by using at most 48 cores.

DesignReferenceOrderSecureRAM (Compact)Time (Compact)RAM (Normal)Time (Normal)
TI, PRESENT S-box, Uniform[PMK+11]1✔️3.8GB30.6sec4.0GB0.1sec
TI, PRESENT S-box, Not uniform[EGMP17]13.5GB0.1sec3.5GB0.1sec
TI, AES S-Box[MPL+11]1✔️6.3GB6.6min37.3GB3.6min
DOM, AES S-Box[GMK16]1✔️6.3GB6.2min12.4GB2.1min
DOM, AES S-Box[GMK16]2✔️8.4GB3.9h492.9GB3.7h
CMS, AES S-Box[CRB+16]1✔️6.3GB8.7min38.4GB4.1min
CMS, AES S-Box[CRB+16]2✔️8.8GB4.8h504.3GB5.4h
TI, nibble-serial PRESENT-80[PMK+11]1✔️36.9GB49.4min5.6GB2.3min
TI, nibble-serial PRESENT-80[EGMP17]13.7GB1.2sec3.9GB4.9sec
TI, byte-serial AES-128[MPL+11]1✔️78.4GB3.6h298.7GB1.2h
DOM, byte-serial AES-128[GMK16]1✔️47.7GB1.8h143.1GB28.4min
CMS, byte-serial AES-128[CRB+16]1✔️47.7GB1.8h263.7GB36.0min
NullFresh, Midori-64[SM21a]1✔️17.0GB20.2min127.9GB13.3min
NullFresh, PRESENT-80[SM21a]17.0GB16.6sec3.8GB5.4sec
NullFresh, PRINCE[SM21a]118.6GB2.3min14.8GB4.1min
NullFresh, AES-128[SM21a]15.5GB10.5sec78.8GB21.0min
Low-Latency Keccak-f[25][ZSS+21]16.5GB49.8sec5.6GB22.2sec
Low-Latency Keccak-f[25][ZSS+21]217.5GB3.1day531.9GB1.6day
Low-rand, LED-128, 3-stage[BDMS22]214.7GB30.4min201.5GB2.6h
GHPC gadgets, without optional regs[KSM22]13.5GB0.1sec3.5GB0.1sec
GHPC gadgets, with optional regs[KSM22]1✔️4.1GB49.6sec3.5GB0.1sec

Software Examples

Each example is structured as follows:

  1. The source folder contains the C/Assembly code and the used linker file.
  2. The binary folder contains the resulting binary, disassembled file and map file which is given as an input to PROLEAD.
  3. The results directory which is further divided into normal_mode and compact_mode directories contains the used config.set file which encompasses all evaluation settings. In addition, we created an execution script run.sh for each test case. To execute the script, just navigate into the respective folder, make the script executable and run ./run.sh. Moreover, results contains all reports generated by PROLEAD. The main report is given as Report.dat and builds the starting point for interpreting the results.

We summarize the evaluation results in the following table. The config.set in each directory describes the settings used for the evaluation of the testcases in our paper. Furthermore in our paper we ceased an evaluation if we identify significant leakage that increases after every simulation. We have set the border to abort the evaluation when we crossed a g-value of 100. The table entries from ISW to PFE describe the security definitions that were defined during the construction of the CPU-independent leakage model in the paper. We remark that the configuration can be slightly different compared to the paper. Note that different configurations may lead to different runtimes and memory requirements. Moreover, runtimes can be different when using another machine. All examples were performed in a Ubuntu 20.04 subsystem on a Windows 10 server with 544GB RAM and by using at most 30 cores. We compiled the source files with the 9-2019-q4-major arm-none-eabi-gcc version.

DesignReferenceOrderISWMOEMREBILNLEPROPFERAM (Normal)Time (Normal)
AES, RP[RP10]1✔️5.5GB14sec
AES, Htable[Cor14]1✔️9.5GB1min
AES, IPM[CCG+21]113GB35min
AES, FLR[CGZ20]15.8GB22sec
AES, ANSSI[FMPR10]1✔️✔️✔️✔️✔️✔️✔️21GB17min
SecADD[BC22]1✔️✔️✔️✔️✔️✔️✔️18.3GB27min
SecB2AModp[BC22]1✔️✔️✔️✔️123GB21h
SecA2BModp[BC22]1✔️✔️✔️✔️45GB10min
PRESENT[GD22]1✔️✔️✔️14GB4min
Keccak-f1600[GD22]1✔️✔️✔️✔️✔️✔️95GB29min
Keccak-f800[GD22]1✔️✔️✔️✔️✔️✔️45GB14min
Quadratic Class[GD22]1✔️✔️✔️✔️✔️8GB3min

Clone this wiki locally