bitmarck-service / base32check-scala   0.1.0

Apache License 2.0 Website GitHub

Scala implementation of base32 and base32check1

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

base32check-scala

test Release Notes Maven Central Apache License 2.0

This project is a Scala implementation of base32 as specified in RFC 4648 and the base32check1 algorithm. For more information see https://base32check.org.

Usage

build.sbt

// use this snippet for the JVM
libraryDependencies += "de.bitmarck.bms" %% "base32check-scala" % "0.1.0"

// use this snippet for JS, or cross-building
libraryDependencies += "de.bitmarck.bms" %%% "base32check-scala" % "0.1.0"

License

This project uses the Apache 2.0 License. See the file called LICENSE.