International Association for Cryptologic Research

International Association
for Cryptologic Research

Transactions on Cryptographic Hardware and Embedded Systems, Volume 2024

Robust but Relaxed Probing Model


README

Artifact for "Robust but Relaxed Probing Model"

This artifact contains the extended PROLEAD version for the evaluation under the RR d-probing model.

Getting Started

We use the nix package manager (https://nixos.org/). After installing nix, simply type:
nix-shell which will automatically install all required dependencies.
Afterwards, PROLEAD can be used within the nix shell. To compile run make clean release.
Afterwards, run ./release/PROLEAD to start the evaluation of a basic example.

Structure

The artifact is structured as follows:

Reproduce the Paper Results

The paper results are given in the examples folder. Every example contains a robust and a relaxed directory.

Further both directories contain the following files.

To evaluate a specific design, navigate to the folder where the run.sh file is located and type ./run.sh.

Caveat