Function simfony_as_rust::jet::elliptic_curve_functions::gej_ge_add_ex
source · pub fn gej_ge_add_ex(a: Gej, b: Ge) -> (Fe, Gej)Expand description
Add two points. Also return the ration of the as z-coordinate and the result’s z-coordinate. If the result is the point at infinity, it is returned in canonical form.