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: avoid panicking when scanning devices #20

Closed louib closed 9 months ago

louib commented 9 months ago

We already return an Error from this function, so I don't think we should call unwrap at all.