Function secp256kfun::op::lincomb

source ·
pub fn lincomb<'a, T1: 'a, S1: 'a, Z1: 'a, S2: 'a, Z2: 'a>(
    scalars: impl IntoIterator<Item = &'a Scalar<S2, Z2>>,
    points: impl IntoIterator<Item = &'a Point<T1, S1, Z1>>
) -> Point<NonNormal, Public, Zero>
👎Deprecated since 0.10.0: use point_scalar_dot_product instead
Expand description

Does a linear combination of points

⚠ deprecated in favor of point_scalar_dot_product which has a more convienient API and name.