Update Home

2025-11-08 12:31:33 +00:00
parent 70d2b1eeff
commit 3640d3d9bf

23
Home.md

@@ -1 +1,22 @@
Welcome to the Wiki. # 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")
}
```