Skip to main content

jump

Function jump 

Source
const fn jump<const VARTIME: bool>(
    f: i64,
    g: i64,
    delta: i64,
    batch: u32,
) -> (i64, [[i64; 2]; 2])
Expand description

Perform batch steps of the gcd reduction process on signed tail values f and g.