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