Liking cljdoc? Tell your friends :D

cljwebauthn.b64


decodeclj

(decode to-decode)

Base64 decode the given String.

Base64 decode the given String.
sourceraw docstring

decode-binaryclj

(decode-binary to-decode)

Base64 decode the given String to a byte array.

Base64 decode the given String to a byte array.
sourceraw docstring

encodeclj

(encode to-encode)

Base64 encode the given String.

Base64 encode the given String.
sourceraw docstring

encode-binaryclj

(encode-binary to-encode)

Base64 encode the given byte array.

Base64 encode the given byte array.
sourceraw docstring

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

× close