From e9cf958ef73464c54460670015bc6092c3b284f4 Mon Sep 17 00:00:00 2001 From: Infendro Date: Sun, 14 Dec 2025 14:24:46 +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 61e9815..c870e52 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # hash-kt -`hash-kt` is a Kotlin Multiplatform library that provides common cryptographic hash functions. +`hash-kt` is a Kotlin Multiplatform library that provides common [Cryptographic Hash Functions](https://en.wikipedia.org/wiki/Cryptographic_hash_function). -Supported hash functions: +Supported algorithms: - MD5 - SHA-1 - SHA-2 (SHA-224, SHA-256, SHA-384, SHA-512)