Type Definition k256::EncodedPoint[][src]

type EncodedPoint = EncodedPoint<Secp256k1>;
Expand description

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

Trait Implementations

Performs the conversion.

Returns the SEC1 compressed encoding of this point.