-
Notifications
You must be signed in to change notification settings - Fork 28
distance
Nicolai Mueller edited this page Sep 12, 2024
·
1 revision
Integer
10
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.
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.
% Example
"side_channel_analysis": {
"distance": 5
}
In this example, we set the maximum multivariate distance to 5.