Liking cljdoc? Tell your friends :D

remvee.base64

Functions to encode and decode base64 strings.

Functions to encode and decode base64 strings.
raw docstring

alphabetclj

source

decodeclj

(decode string)

Decode sequence of base64 encoded characters to a sequence of bytes.

Decode sequence of base64 encoded characters to a sequence of
bytes.
sourceraw docstring

decode-strclj

(decode-str string)
(decode-str string charset)

Decode a base64 encoded string.

Decode a base64 encoded string.
sourceraw docstring

encodeclj

(encode bytes)

Encode sequence of bytes to a sequence of base64 encoded characters.

Encode sequence of bytes to a sequence of base64 encoded
characters.
sourceraw docstring

encode-strclj

(encode-str string)
(encode-str string charset)

Encode a string to a base64 encoded string.

Encode a string to a base64 encoded string.
sourceraw docstring

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

× close