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.
//! YubiHSM 2 authentication functionality (i.e. credentials used to
//! authenticate and establish a session with an HSM)
modalgorithm;pubmodcommands;modcredentials;pubmodkey;pubuseself::{algorithm::Algorithm,credentials::*,key::Key};