[−][src]Trait signatory::Sha512Signer
Signer which computes SHA-512 digests of messages
Required methods
fn sign_sha512(&self, msg: &[u8]) -> Result<S, Error>
Compute a signature of the SHA-512 digest of a message
Implementors
impl<S, T> Sha512Signer<S> for T where
S: Signature,
T: DigestSigner<Sha512, S>,
[src]
S: Signature,
T: DigestSigner<Sha512, S>,