Type Definition p256::EncodedPoint[][src]

type EncodedPoint = EncodedPoint<NistP256>;
Expand description

NIST P-256 SEC1 encoded point.

Trait Implementations

Returns the SEC1 compressed encoding of this point.