louib / challenge-response

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

Use pure-rust dependencies #25

Closed louib closed 2 months ago

louib commented 9 months ago

This is similar to https://github.com/louib/challenge-response/issues/11. We currently depend on libusb, which I believe is dynamically linked. I think removing the dependency on libusb would make this library pure Rust.