Trait signatory::Sha384Verifier[][src]

pub trait Sha384Verifier<S>: Send + Sync where
    S: Signature
{ fn verify_sha384(&self, msg: &[u8], signature: &S) -> Result<(), Error>; }

Verifier which computes SHA-384 digests of messages

Required Methods

Verify a signature of the SHA-384 digest of a message

Implementors