[][src]Module splinter::signing

Simple traits for signing messages and verifing signatures.

Re-exports

pub use crate::signing::error::Error;

Modules

error

Errors that can occur during the signing process.

hash

A signer implemenation that generates hashes, vs real signatures.

sawtooth

Signing trait implementations backed by the Sawtooth SDK.

Traits

SignatureVerifier
SignatureVerifierFactory
Signer

Signs messages and returns the signers public key