From 59a4fc24a03c7616dab32ec6c30cb4119d2966e3 Mon Sep 17 00:00:00 2001 From: Infendro Date: Sun, 14 Dec 2025 13:51:31 +0000 Subject: [PATCH] Update Home --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index de43a10..919c256 100644 --- a/Home.md +++ b/Home.md @@ -1,8 +1,8 @@ # otp-kt -`otp-kt` is a Kotlin Multiplatform library that provides common one-time password implementations. +`otp-kt` is a Kotlin Multiplatform library that provides common [One-Time Password](https://en.wikipedia.org/wiki/One-time_password) algorithms. -Supported implementations: +Supported algorithms: - HOTP - TOTP @@ -27,4 +27,4 @@ repositories { dependencies { implementation("com.infendro:otp:1.2.2") } -``` \ No newline at end of file +```