Function secp256kfun::op::point_sub

source ·
pub fn point_sub<Z1, S1, T1, Z2, S2, T2>(
    A: impl Borrow<Point<T1, S1, Z1>>,
    B: impl Borrow<Point<T2, S2, Z2>>
) -> Point<NonNormal, Public, Zero>
Expand description

Subtracts one point from another