Pure Rust client for YubiHSM2 devices with support for HTTP and
USB-based access to the device. Supports most HSM functionality
including ECDSA, Ed25519, HMAC, and RSA.
//! RSASSA-PKCS#1v1.5 commands
//!//! Note: This is a legacy algorithm. Greenfield projects should consider
//! non-RSA algorithms like Ed25519 or ECDSA, or RSA-PSS if RSA is required.
pub(crate)modcommands;modsignature;pubuseself::signature::Signature;