Update Home
11
Home.md
11
Home.md
@@ -11,15 +11,6 @@ Supported algorithms:
|
||||
- Blake (Blake-224, Blake-256, Blake-384, Blake-512)
|
||||
- Blake2 (Blake2s, Blake2b)
|
||||
|
||||
## Targets
|
||||
|
||||
| Target | Status |
|
||||
|------------------|---------------|
|
||||
| JVM | Supported |
|
||||
| JavaScript | Supported |
|
||||
| Native (Linux) | Supported |
|
||||
| Native (Windows) | Not Supported |
|
||||
|
||||
## Installation
|
||||
|
||||
Add the following to your `build.gradle.kts`.
|
||||
@@ -30,6 +21,6 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.infendro:hash:1.3.2")
|
||||
implementation("com.infendro:hash:1.5.0")
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user