[][src]Struct signatory_dalek::Ed25519Signer

pub struct Ed25519Signer(_);

Ed25519 signature provider for ed25519-dalek

Trait Implementations

impl<'a> From<&'a Seed> for Ed25519Signer[src]

fn from(seed: &'a Seed) -> Self[src]

Create a new DalekSigner from an unexpanded seed value

impl PublicKeyed<PublicKey> for Ed25519Signer[src]

impl Signer<Signature> for Ed25519Signer[src]

impl<D> DigestSigner<D, Signature> for Ed25519Signer where
    D: Digest<OutputSize = U64> + Default
[src]

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self