From 8644c79167b672075d34c69d284286b90cdbe1ba Mon Sep 17 00:00:00 2001 From: Infendro Date: Sun, 14 Dec 2025 14:30:18 +0100 Subject: [PATCH] update README small rewording, link wikipedia article --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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