[][src]Type Definition k256::EncodedPoint

type EncodedPoint = EncodedPoint<Secp256k1>;

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

Trait Implementations

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

impl From<AffinePoint> for EncodedPoint[src]

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

Returns the SEC1 compressed encoding of this point.