commit 6a3040b189220c919d67077df6ddda59423c1a24 Author: Infendro Date: Sat Dec 13 21:58:59 2025 +0000 Add Home diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..141947a --- /dev/null +++ b/Home.md @@ -0,0 +1,29 @@ +# mac-kt + +`mac-kt` is a Kotlin Multiplatform library that provides common MAC implementations. + +Supported MACs: +- HMAC + +## Targets + +| Target | Status | +|------------------|---------------| +| JVM | Supported | +| JavaScript | Supported | +| Native (Linux) | Supported | +| Native (Windows) | Not Supported | + +## Installation + +Add the following to your `build.gradle.kts`. + +```kotlin +repositories { + maven("https://git.infendro.com/api/packages/Infendro/maven") +} + +dependencies { + implementation("com.infendro:mac:1.2.0") +} +``` \ No newline at end of file