Struct signatory_dalek::Ed25519Signer[][src]

pub struct Ed25519Signer(_);

Ed25519 signature provider for ed25519-dalek

Trait Implementations

impl FromSeed for Ed25519Signer
[src]

Create a new DalekSigner from an unexpanded seed value

impl Signer for Ed25519Signer
[src]

Obtain the public key which identifies this signer

Compute an Ed25519 signature for the given message

Auto Trait Implementations