Skip to content

bitmarck-service/base32check-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.