Module signatory::providers [] [src]

Providers which implement digital signature algorithms

This is presently specialized to Ed25519. This API will need to be redesigned in order to support e.g. ECDSA

Re-exports

pub use self::dalek::DalekSigner;
pub use self::yubihsm::YubiHSMSession;
pub use self::yubihsm::YubiHSMSigner;

Modules

dalek

curve25519-dalek software provider

yubihsm

YubiHSM2 hardware provider Digital signature (i.e. Ed25519) provider for YubiHSM2 devices