Skip to content
Nicolai Mueller edited this page Sep 19, 2024 · 1 revision

Type

Integer

Default

1

Description

Specifies the security order of the test. In the robust-probing model, this setting defines how many probes an adversary is allowed to place.

Impact

The runtime and memory requirements of PROLEAD increase exponentially with the security order.

Examples

% Example
"side_channel_analysis": {
   "order": 1
}

In this example, we manually set the security order to test to one.

Clone this wiki locally