Update Home

2026-01-22 11:11:28 +00:00
committed by Gitea
parent e0f294778f
commit 3d12a66c50

11
Home.md

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