From d6cafcaae0b59aea90f0db6a0e35b01d9cbe80f5 Mon Sep 17 00:00:00 2001 From: Infendro Date: Sun, 14 Dec 2025 13:47:59 +0000 Subject: [PATCH] Update Home --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 141947a..bf82444 100644 --- a/Home.md +++ b/Home.md @@ -1,8 +1,8 @@ # mac-kt -`mac-kt` is a Kotlin Multiplatform library that provides common MAC implementations. +`mac-kt` is a Kotlin Multiplatform library that provides common [Message Authentication Code](https://en.wikipedia.org/wiki/Message_authentication_code) algorithms. -Supported MACs: +Supported algorithms: - HMAC ## Targets @@ -26,4 +26,4 @@ repositories { dependencies { implementation("com.infendro:mac:1.2.0") } -``` \ No newline at end of file +```