pub type YubiSigner = LocalSigner<Signer<Secp256k1>>;
Available on crate feature
yubihsm
only.Expand description
A signer instantiated with a YubiHSM.
Aliased Typeยง
struct YubiSigner { /* private fields */ }
pub type YubiSigner = LocalSigner<Signer<Secp256k1>>;
yubihsm
only.A signer instantiated with a YubiHSM.
struct YubiSigner { /* private fields */ }