Update Home
6
Home.md
6
Home.md
@@ -1,8 +1,8 @@
|
|||||||
# kdf-kt
|
# kdf-kt
|
||||||
|
|
||||||
`kdf-kt` is a Kotlin Multiplatform library that provides common key derivation functions.
|
`kdf-kt` is a Kotlin Multiplatform library that provides common [Key Derivation Functions](https://en.wikipedia.org/wiki/Key_derivation_function).
|
||||||
|
|
||||||
Supported functions:
|
Supported algorithms:
|
||||||
- PBKDF2
|
- PBKDF2
|
||||||
|
|
||||||
## Targets
|
## Targets
|
||||||
@@ -26,4 +26,4 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.infendro:kdf:1.1.0")
|
implementation("com.infendro:kdf:1.1.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user