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-PSS: Probabilistic Signature Scheme based on the RSASP1 and RSAVP1
//! primitives with the EMSA-PSS encoding method.
pub(crate)modcommands;modsignature;/// Maximum message size supported for RSASSA-PSS
pubconstMAX_MESSAGE_SIZE:usize=0xFFFF;pubuseself::signature::Signature;