Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

axel-f.buddy.codecs.base64

Util functions for make conversion between string, bytes and encode them to base64 hex format.

Util functions for make conversion between string, bytes
and encode them to base64 hex format.
raw docstring

decodeclj/s

(decode data)

Decode base64 data into byte array. Accepts String and byte array as input argument.

Decode base64 data into byte array.
Accepts String and byte array as input
argument.
sourceraw docstring

encodeclj/s

(encode data)
(encode data urlsafe?)

Encode data to byte array base64. Accepts String and byte array as argument.

Encode data to byte array base64.
Accepts String and byte array as argument.
sourceraw docstring

trim-paddingcljs

(trim-padding s)

Removes padding from the right side of base64-encoded string.

Removes padding from the right side of base64-encoded string.
sourceraw docstring

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

× close