diff --git a/README.md b/README.md index 4c8828a..3eee0bb 100644 --- a/README.md +++ b/README.md @@ -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