Function secp256kfun::op::point_add[][src]

pub fn point_add<Z1, Z2, S1, S2, T1, T2>(
    A: &Point<T1, S1, Z1>,
    B: &Point<T2, S2, Z2>
) -> Point<Jacobian, Public, Zero>
Expand description

Adds two points together