A simple cross-compiled Clojure(Script) library to handle encoding binary data in different bases using defined alphabets. If you've ever wanted a simple way to encode a byte array as hexadecimal or base58, this library is for you!
Library releases are published on Clojars. To use the latest version with Leiningen, add the following dependency to your project definition:
alphabase.bytes
namespace for generic byte-array handlingalphabase.core
with arbitrary alphabet supportalphabase.hex
and alphabase.base58
with convenience wrappersThe unit tests can be run using the following commands:
# Clojure tests
lein clj:test
# ClojureScript tests on Rhino
lein cljs:test
For a REPL, you can use these:
# Clojure REPL
lein repl
# ClojureScript REPL on Rhino
rlwrap lein cljs:repl
This is free and unencumbered software released into the public domain. See the UNLICENSE file for more information.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close