rust-otp
rust-otp copied to clipboard
A Rust library for performing the HMAC-based One-Time Password (HOTP) and Time-based One-Time Password (TOTP) algorithms.
Results
2
rust-otp issues
Sort by
recently updated
recently updated
newest added
Hello, I'm interested in using this crate. Unfortunately it's only accessible via git, but it's not possible to publish crates which depend directly on git dependencies without a version: ```...
I'm still new to rust, but I think the use examples in the README are incorrect. I updated them to the ones that worked for me and included them in...