Struct signatory_dalek::Ed25519Verifier[][src]

pub struct Ed25519Verifier;

Ed25519 verifier provider for ed25519-dalek

Trait Implementations

impl Copy for Ed25519Verifier
[src]

impl Clone for Ed25519Verifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ed25519Verifier
[src]

Formats the value using the given formatter. Read more

impl Eq for Ed25519Verifier
[src]

impl PartialEq for Ed25519Verifier
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Ed25519Verifier
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Verifier for Ed25519Verifier
[src]

Verify an Ed25519 signature against the given public key

Auto Trait Implementations