Skip to main content

is_constant_time

Function is_constant_time 

Source
pub fn is_constant_time(
    group_a: &[TimingSample],
    group_b: &[TimingSample],
    threshold: f64,
) -> bool
Expand description

Check if two groups have consistent timing (ratio < threshold).