From 1b17f2bc3892d32dbba86dec56e9c08673c3f4b8 Mon Sep 17 00:00:00 2001 From: Infendro Date: Thu, 29 Jan 2026 16:42:23 +0000 Subject: [PATCH] Update Home --- Home.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/Home.md b/Home.md index bf82444..fdb6db4 100644 --- a/Home.md +++ b/Home.md @@ -1,19 +1,10 @@ # mac-kt -`mac-kt` is a Kotlin Multiplatform library that provides common [Message Authentication Code](https://en.wikipedia.org/wiki/Message_authentication_code) algorithms. +`mac-kt` is a Kotlin Multiplatform library that provides common [Message Authentication Codes](https://en.wikipedia.org/wiki/Message_authentication_code). Supported algorithms: - HMAC -## Targets - -| Target | Status | -|------------------|---------------| -| JVM | Supported | -| JavaScript | Supported | -| Native (Linux) | Supported | -| Native (Windows) | Not Supported | - ## Installation Add the following to your `build.gradle.kts`. @@ -24,6 +15,6 @@ repositories { } dependencies { - implementation("com.infendro:mac:1.2.0") + implementation("com.infendro:mac:1.3.0") } -``` +``` \ No newline at end of file