[][src]Trait signature::DigestVerifier

pub trait DigestVerifier<D, S> where
    D: Digest,
    S: Signature
{ fn verify_digest(&self, digest: D, signature: &S) -> Result<(), Error>; }

Verify the provided signature for the given prehashed message Digest is authentic.

Required methods

fn verify_digest(&self, digest: D, signature: &S) -> Result<(), Error>

Verify the signature against the given Digest output.

Loading content...

Implementors

Loading content...