yubihsm 0.26.0

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.
Documentation
1
2
3
4
5
6
//! Yubico One Time Password (OTP) functionality

mod algorithm;
pub(crate) mod commands;

pub use self::algorithm::Algorithm;