[][src]Struct mundane::public::ec::EcPubKey

pub struct EcPubKey<C: PCurve> { /* fields omitted */ }

An elliptic curve public key over a P curve.

EcPubKey is a public key over the curve C.

Trait Implementations

impl<C: PCurve> PublicKey for EcPubKey<C>[src]

type Private = EcPrivKey<C>

The type of the private component.

impl<C: PCurve> DerPublicKey for EcPubKey<C>[src]

impl<C: PCurve> Debug for EcPubKey<C>[src]

Auto Trait Implementations

impl<C> !Send for EcPubKey<C>

impl<C> Unpin for EcPubKey<C> where
    C: Unpin

impl<C> !Sync for EcPubKey<C>

impl<C> RefUnwindSafe for EcPubKey<C> where
    C: RefUnwindSafe

impl<C> UnwindSafe for EcPubKey<C> where
    C: UnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]