Liking cljdoc? Tell your friends :D
All platforms.

alphabase.core

Core encoding and decoding functions for use with arbitrary bases.

Core encoding and decoding functions for use with arbitrary bases.
raw docstring

decodeclj/s

(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.
sourceraw docstring

encodeclj/s

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close