Update Home

2025-12-14 13:47:59 +00:00
parent 65c3617337
commit d6cafcaae0

@@ -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")
} }
``` ```