update README

small rewording, link wikipedia article
This commit is contained in:
2025-12-14 14:30:18 +01:00
parent 1537dd1be3
commit 8644c79167

View File

@@ -1,8 +1,8 @@
# 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
## Targets