[][src]Type Definition p256::UncompressedPoint

type UncompressedPoint = UncompressedPoint<NistP256>;

NIST P-256 Uncompressed Curve Point

Trait Implementations

impl From<AffinePoint> for UncompressedPoint[src]

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

Returns the SEC-1 uncompressed encoding of this point.