Trait signatory::Sha256Signer[][src]

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

Signer which computes SHA-256 digests of messages

Required Methods

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

Implementors