challenge_response 0.5.46

Perform HMAC-SHA1 and OTP challenges with YubiKey, OnlyKey and NitroKey, in pure Rust.
Documentation
# Usage

## Device Configuration (HMAC)

cargo run --release --example "configuration_hmac"

## Challenge-Response (HMAC)

cargo run --release --example "challenge_response_hmac"

## Device Configuration (OTP)

cargo run --release --example "configuration_otp"

## Challenge-Response (OTP)

cargo run --release --example "challenge_response_otp"

## Read Serial Number

cargo run --release --example "serial_number"