Radix encoding and decoding functions for use with arbitrary alphabets.
Radix encoding and decoding functions for use with arbitrary alphabets.
(decode alphabet string)
Decode a byte array from a string using the provided alphabet. Returns nil for nil or blank strings.
Decode a byte array from a string using the provided alphabet. Returns nil for nil or blank strings.
(encode alphabet data)
Encode a byte array into a string using the provided alphabet. Returns nil for nil or empty data.
Encode a byte array into a string using the provided alphabet. Returns nil for nil or empty data.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close