diff --git a/Home.md b/Home.md index 5c1b1c4..0eae713 100644 --- a/Home.md +++ b/Home.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 @@ -26,4 +26,4 @@ repositories { dependencies { implementation("com.infendro:kdf:1.1.0") } -``` \ No newline at end of file +```