[][src]Module yubihsm::signatory

Signatory adapter: multi-provider digital signature library for Rust

https://github.com/tendermint/signatory

Re-exports

pub use self::ecdsa::EcdsaSigner;
pub use self::ed25519::Ed25519Signer;

Modules

ecdsa

ECDSA provider for the YubiHSM 2 crate (supporting NIST P-256 and secp256k1).

ed25519

Digital signature (i.e. Ed25519) provider for YubiHSM 2 devices

Traits

Signer

Trait for all signers which accept a message (byte slice) and produce a signature of that message using this signer's private key.