https://github.com/bitmarck-service/base32check-scala
Scala implementation of base32 and base32check1
https://github.com/bitmarck-service/base32check-scala
base32 base32check checksum scala
Last synced: 5 months ago
JSON representation
Scala implementation of base32 and base32check1
- Host: GitHub
- URL: https://github.com/bitmarck-service/base32check-scala
- Owner: bitmarck-service
- License: apache-2.0
- Created: 2020-04-23T11:42:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-12T18:18:10.000Z (10 months ago)
- Last Synced: 2025-08-12T20:22:32.287Z (10 months ago)
- Topics: base32, base32check, checksum, scala
- Language: Scala
- Homepage: https://base32check.org
- Size: 338 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# base32check-scala
[](https://github.com/bitmarck-service/base32check-scala/actions/workflows/test.yml)
[](https://github.com/bitmarck-service/base32check-scala/releases/latest)
[](https://search.maven.org/artifact/de.bitmarck.bms/base32check-scala_2.13)
[](https://www.apache.org/licenses/LICENSE-2.0)
This project is a Scala implementation of [base32](https://en.wikipedia.org/wiki/Base32) as specified in [RFC 4648](https://tools.ietf.org/html/rfc4648#section-6) and the [base32check1](https://base32check.org/) algorithm.
For more information see https://base32check.org.
## Usage
### build.sbt
```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.