You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.