Function signatory::sign_sha384[][src]

pub fn sign_sha384<S>(signer: &Sha384Signer<S>, msg: &[u8]) -> Result<S, Error> where
    S: Signature

Compute SHA-384 of the given message and then sign the resulting digest. This can be used to avoid importing the Signer and Signature traits