Function signatory::sign_sha256[][src]

pub fn sign_sha256<S>(signer: &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