louib / challenge-response

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

refactor: move common usb components to separate module #49

Closed louib closed 2 months ago

louib commented 2 months ago

These components will be used by both the rusb and the nusb implementations, so I'm moving them to a separate module.