-
Notifications
You must be signed in to change notification settings - Fork 27
order
Nicolai Mueller edited this page Sep 19, 2024
·
1 revision
Integer
1
Specifies the security order of the test. In the robust-probing model, this setting defines how many probes an adversary is allowed to place.
The runtime and memory requirements of PROLEAD increase exponentially with the security order.
% Example
"side_channel_analysis": {
"order": 1
}
In this example, we manually set the security order to test to one.