Liking cljdoc? Tell your friends :D
All platforms.

alphabase.radix

Radix encoding and decoding functions for use with arbitrary alphabets.

Radix encoding and decoding functions for use with arbitrary alphabets.
raw docstring

decodeclj/s

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

encodeclj/s

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

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

× close