Update Home
6
Home.md
6
Home.md
@@ -1,8 +1,8 @@
|
|||||||
# mac-kt
|
# 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
|
- HMAC
|
||||||
|
|
||||||
## Targets
|
## Targets
|
||||||
@@ -26,4 +26,4 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.infendro:mac:1.2.0")
|
implementation("com.infendro:mac:1.2.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user