Function signatory::sign_sha512[][src]

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

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