Module splinter::signing[][src]

Expand description

Simple traits for signing messages and verifing signatures.

Re-exports

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

Modules

Errors that can occur during the signing process.

A signer implemenation that generates hashes, vs real signatures.

Signing trait implementations backed by the Sawtooth SDK.

Traits

Signs messages and returns the signers public key