Update Home

2025-12-14 13:47:21 +00:00
parent a71e94e85a
commit dd8466a536

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