[][src]Type Definition k256::CompressedPoint

type CompressedPoint = CompressedPoint<Secp256k1>;

K-256 Compressed Curve Point.

Trait Implementations

impl From<AffinePoint> for CompressedPoint[src]

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

Returns the SEC-1 compressed encoding of this point.