Pure Rust cross-platform host-side driver for YubiKey devices from Yubico with
support for hardware-backed public-key decryption and digital signatures using
the Personal Identity Verification (PIV) application. Supports RSA (1024/2048)
or ECC (NIST P-256/P-384) algorithms e.g, PKCS#1v1.5, ECDSA
/// YubiKey OTP Applet Name
pub(crate)constAPPLET_NAME:&str="YubiKey OTP";/// YubiKey OTP Applet ID. Needed to query serial on YK4.
pub(crate)constAPPLET_ID:&[u8]=&[0xa0,0x00,0x00,0x05,0x27,0x20,0x01,0x01];