[][src]Type Definition k256::UncompressedPoint

type UncompressedPoint = UncompressedPoint<Secp256k1>;

K-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.