distance - ChairImpSec/PROLEAD GitHub Wiki

Type

Integer

Default

10

Description

Defines the maximum time interval for multivariate adversaries, ensuring that only probing sets with a time distance smaller than the specified limit are considered during the evaluation.

Impact

Enables a more fine-grained multivariate analysis by reducing the number of probing sets considered, leading to a more efficient evaluation. However, it is important to ensure that probing sets with larger distances are not relevant.

Examples

% Example 
"side_channel_analysis": {
    "distance": 5
}

In this example, we set the maximum multivariate distance to 5.