Function simfony_as_rust::jet::elliptic_curve_functions::linear_combination_1
source ยท pub fn linear_combination_1(a: (Scalar, Gej), b: Scalar) -> GejExpand description
Compute the the linear combination b * a + c * g for point b and scalars a and c, where g is the generator point.