order - ChairImpSec/PROLEAD GitHub Wiki
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.