logo

Type Definition ecdsa::EncodedPoint

source · []
pub type EncodedPoint<C> = EncodedPoint<<<C as Curve>::UInt as ArrayEncoding>::ByteSize>;
Expand description

Encoded elliptic curve point sized appropriately for a given curve.

Trait Implementations

Converts to this type from the input type.