Update Home
6
Home.md
6
Home.md
@@ -1,8 +1,8 @@
|
|||||||
# otp-kt
|
# 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
|
- HOTP
|
||||||
- TOTP
|
- TOTP
|
||||||
|
|
||||||
@@ -27,4 +27,4 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.infendro:otp:1.2.2")
|
implementation("com.infendro:otp:1.2.2")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user