[][src]Function signatory::sign_sha256

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

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