Trait signatory::Sha384Signer[][src]

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

Signer which computes SHA-384 digests of messages

Required Methods

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

Implementors