Update Home
15
Home.md
15
Home.md
@@ -1,19 +1,10 @@
|
|||||||
# mac-kt
|
# 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:
|
Supported algorithms:
|
||||||
- HMAC
|
- HMAC
|
||||||
|
|
||||||
## Targets
|
|
||||||
|
|
||||||
| Target | Status |
|
|
||||||
|------------------|---------------|
|
|
||||||
| JVM | Supported |
|
|
||||||
| JavaScript | Supported |
|
|
||||||
| Native (Linux) | Supported |
|
|
||||||
| Native (Windows) | Not Supported |
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Add the following to your `build.gradle.kts`.
|
Add the following to your `build.gradle.kts`.
|
||||||
@@ -24,6 +15,6 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.infendro:mac:1.2.0")
|
implementation("com.infendro:mac:1.3.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user