Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.31 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.31 KB

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.