Function add_mixed
pub fn add_mixed<Fe>(
_: (Fe, Fe, Fe),
_: (Fe, Fe),
curve_equation_b: Fe,
) -> (Fe, Fe, Fe)where
Fe: Field,Expand description
Implements the complete mixed addition formula from Renes-Costello-Batina 2015 (Algorithm 5).