This project is a Scala implementation of base32 as specified in RFC 4648 and the base32check1 algorithm. For more information see https://base32check.org.
// 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"
This project uses the Apache 2.0 License. See the file called LICENSE.