pub type Sec1Point = Sec1Point<Secp256k1>;Expand description
SEC1-encoded secp256k1 (K-256) curve point.
Aliased Type§
pub struct Sec1Point { /* private fields */ }Trait Implementations§
Source§impl From<&AffinePoint> for Sec1Point
impl From<&AffinePoint> for Sec1Point
Source§fn from(affine_point: &AffinePoint) -> Sec1Point
fn from(affine_point: &AffinePoint) -> Sec1Point
Converts to this type from the input type.
Source§impl From<AffinePoint> for Sec1Point
impl From<AffinePoint> for Sec1Point
Source§fn from(affine_point: AffinePoint) -> Sec1Point
fn from(affine_point: AffinePoint) -> Sec1Point
Converts to this type from the input type.