Type Alias k256::EncodedPoint

source ·
pub type EncodedPoint = EncodedPoint<Secp256k1>;
Expand description

SEC1-encoded secp256k1 (K-256) curve point.

Aliased Type§

struct EncodedPoint { /* private fields */ }

Trait Implementations§

source§

impl From<&AffinePoint> for EncodedPoint

Available on crate feature arithmetic only.
source§

fn from(affine_point: &AffinePoint) -> EncodedPoint

Converts to this type from the input type.
source§

impl From<AffinePoint> for EncodedPoint

Available on crate feature arithmetic only.
source§

fn from(affine_point: AffinePoint) -> EncodedPoint

Converts to this type from the input type.