Core encoding and decoding functions for use with arbitrary bases.
Core encoding and decoding functions for use with arbitrary bases.
(decode alphabet tokens)
Decodes a string of alphabet tokens. Returns the decoded binary array, or nil if the input is nil or empty.
Decodes a string of alphabet tokens. Returns the decoded binary array, or nil if the input is nil or empty.
(encode alphabet data)
Encodes binary data using the given alphabet. Returns the encoded string, or nil if the input is nil or empty.
Encodes binary data using the given alphabet. Returns the encoded string, or nil if the input is nil or empty.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close