louib / challenge-response

Perform HMAC-SHA1 and OTP challenges with YubiKey, OnlyKey and NitroKey, in pure Rust.
Other
4 stars 1 forks source link

feat: migrate away from yubico-specific struct names #24

Closed louib closed 7 months ago

louib commented 7 months ago

BREAKING CHANGE: The Yubikey struct was renamed to Device. BREAKING CHANGE: The YubikeyError struct was renamed to ChallengeResponseError. BREAKING CHANGE: The Yubico struct was renamed to ChallengeResponse.