We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220bdca commit 6b519b4Copy full SHA for 6b519b4
src/totp.rs
@@ -131,7 +131,7 @@ impl TOTP {
131
}
132
133
134
-// All getters
+/// All getters for the [`TOTP`] struct
135
impl TOTP {
136
/// Gets the algorithm used for code generation.
137
pub fn get_digest(&self) -> MacDigest {
@@ -149,7 +149,7 @@ impl TOTP {
149
150
151
152
-// All otp generation methods for the [`TOTP`] struct.
+/// All otp generation methods for the [`TOTP`] struct.
153
154
/// Generates and returns the TOTP value for the specified time.
155
///
0 commit comments