kcrypt / scala-blake3   3.1.1

GitHub

This is a highly optimized blake3 implementation for scala, scala-js and scala-native

Scala versions: 3.x 2.13 2.12 2.11 2.10
Scala.js versions: 1.x
Scala Native versions: 0.4

blake3 3.0.0


Group ID:
pt.kcry
Artifact ID:
blake3_3
Version:
3.0.0
Release Date:
Dec 23, 2021
Licenses:
Files:

libraryDependencies += "pt.kcry" %% "blake3" % "3.0.0"

Mill build tool

ivy"pt.kcry::blake3:3.0.0"

Scala CLI

//> using dep "pt.kcry::blake3:3.0.0"

Ammonite REPL

import $ivy.`pt.kcry::blake3:3.0.0`

<dependency>
  <groupId>pt.kcry</groupId>
  <artifactId>blake3_3</artifactId>
  <version>3.0.0</version>
</dependency>

compile group: 'pt.kcry', name: 'blake3_3', version: '3.0.0'