Type Definition k256::EncodedPoint[][src]

type EncodedPoint = EncodedPoint<Secp256k1>;

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

Trait Implementations

impl From<&'_ VerifyingKey> for EncodedPoint[src]

This is supported on crate feature ecdsa-core only.

fn from(verify_key: &VerifyingKey) -> EncodedPoint[src]

Performs the conversion.

impl From<AffinePoint> for EncodedPoint[src]

fn from(affine_point: AffinePoint) -> EncodedPoint[src]

Returns the SEC1 compressed encoding of this point.