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.
//! "Wrapping" support: YubiHSM 2 key/object encryption for backups and
//! importing existing keys to other derivces.
modalgorithm;pub(crate)modcommands;modkey;modmessage;modnonce;pubuseself::{algorithm::Algorithm,key::Key,message::Message,nonce::Nonce};