Trait signatory::Sha512Signer[][src]

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

Signer which computes SHA-512 digests of messages

Required Methods

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

Implementors