Update Home

2025-12-14 13:51:31 +00:00
parent ad52157411
commit 59a4fc24a0

@@ -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")
}
```
```