[][src]Type Definition p256::CompressedPoint

type CompressedPoint = CompressedPoint<NistP256>;

NIST P-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.