rm-hull/base58

A small Clojure library that implements base58 and base58Check algorithms compatible with what is used by the bitcoin network.

Leiningen/Boot

[rm-hull/base58 "0.1.0"]

Clojure CLI/deps.edn

rm-hull/base58 {:mvn/version "0.1.0"}

Gradle

implementation("rm-hull:base58:0.1.0")

Maven

<dependency>
  <groupId>rm-hull</groupId>
  <artifactId>base58</artifactId>
  <version>0.1.0</version>
</dependency>