A Clojure library designed to provide ascii85 like base85 encoding
[com.manigfeald/base85 "0.1.0"]
com.manigfeald.base85/encode takes a byte array and returns a string.
com.manigfeald.base85/decode takes a string and returns a byte array.
Copyright © 2014 Kevin Downey
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.