louib / challenge-response

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

Async API #11

Open louib opened 9 months ago

louib commented 9 months ago

There are a few WIP PRs to add an async API to rusb (for example here), but none have landed yet. There is also nusb, which is a pure Rust async-first library

louib commented 1 month ago

This might be easy to implement now that we have a nusb backend.