Skip to main content

jump_step_vartime

Function jump_step_vartime 

Source
const fn jump_step_vartime(
    f: i64,
    g: i64,
    delta: i64,
    t: [[i64; 2]; 2],
) -> (i64, i64, i64, [[i64; 2]; 2])
Expand description

Perform one step of the gcd reduction in variable time.