ecdsa

Type Alias EncodedPoint

Source
pub type EncodedPoint<C> = EncodedPoint<<C as Curve>::FieldBytesSize>;
Expand description

Encoded elliptic curve point sized appropriately for a given curve.

Aliased Type§

struct EncodedPoint<C> { /* private fields */ }

Trait Implementations§

Source§

impl<C> From<&VerifyingKey<C>> for EncodedPoint<C>

Source§

fn from(verifying_key: &VerifyingKey<C>) -> EncodedPoint<C>

Converts to this type from the input type.
Source§

impl<C> From<VerifyingKey<C>> for EncodedPoint<C>

Source§

fn from(verifying_key: VerifyingKey<C>) -> EncodedPoint<C>

Converts to this type from the input type.