diff --git a/Home.md b/Home.md index 141947a..bf82444 100644 --- a/Home.md +++ b/Home.md @@ -1,8 +1,8 @@ # 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 ## Targets @@ -26,4 +26,4 @@ repositories { dependencies { implementation("com.infendro:mac:1.2.0") } -``` \ No newline at end of file +```