Update Home
23
Home.md
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")
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user