diff --git a/Home.md b/Home.md index 5d08b7b..c474ce1 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,22 @@ -Welcome to the Wiki. \ No newline at end of file +# Hash + +**Hash* is a Kotlin Multiplatform library providing implementations of various cryptographic hash functions. + + +## Features + +- MD5, SHA-1, SHA-2 +- JVM, JavaScript, Native + + +## Installation + +```kotlin +repositories { + maven("https://git.infendro.com/api/packages/Infendro/maven") +} + +dependencies { + implementation("com.infendro:hash:1.2.2") +} +``` \ No newline at end of file