Liking cljdoc? Tell your friends :D

io.randomseed.utils.crypto.codecs

Wrappers on codecs from buddy library.

Wrappers on codecs from buddy library.
raw docstring

b64-to-bytesclj

source

base64->binclj

(base64->bin v)

Takes an object, converts it to a string (unless it's already a string) which should be a Base64-encoded representation of data, and returns a decoded byte array.

Takes an object, converts it to a string (unless it's already a string) which should
be a Base64-encoded representation of data, and returns a decoded byte array.
sourceraw docstring

base64->plaintextclj

(base64->plaintext v)

Takes an object, converts it to a string (unless it's already a string) which should be a Base64-encoded representation of data, and returns a plain-text string.

Takes an object, converts it to a string (unless it's already a string) which should
be a Base64-encoded representation of data, and returns a plain-text string.
sourceraw docstring

base64-url-safe->binclj

(base64-url-safe->bin v)

Takes an object, converts it to a string (unless it's already a string) which should be a Base64-encoded, url-safe representation of data, and returns a decoded byte array.

Takes an object, converts it to a string (unless it's already a string) which should
be a Base64-encoded, url-safe representation of data, and returns a decoded byte array.
sourceraw docstring

base64-url-safe->plaintextclj

(base64-url-safe->plaintext v)

Takes an object, converts it to a string (unless it's already a string) which should be a Base64-encoded, url-safe representation of data, and returns a plain-text string.

Takes an object, converts it to a string (unless it's already a string) which should
be a Base64-encoded, url-safe representation of data, and returns a plain-text
string.
sourceraw docstring

bin->base64clj

(bin->base64 v)

Takes a byte array and returns its Base64-encoded representation.

Takes a byte array and returns its Base64-encoded representation.
sourceraw docstring

bin->base64-url-safeclj

(bin->base64-url-safe v)

Takes a byte array and returns its Base64-encoded, url-safe representation.

Takes a byte array and returns its Base64-encoded, url-safe representation.
sourceraw docstring

bin->plaintextclj

(bin->plaintext v)

Takes a byte array and returns a string.

Takes a byte array and returns a string.
sourceraw docstring

plaintext->base64clj

(plaintext->base64 v)

Takes an object, converts it to a string (unless it's already a string), and returns a string (Base64-encoded representation, not url-safe).

Takes an object, converts it to a string (unless it's already a string), and returns
a string (Base64-encoded representation, not url-safe).
sourceraw docstring

plaintext->base64-url-safeclj

(plaintext->base64-url-safe v)

Takes an object, converts it to a string (unless it's already a string), and returns a string (Base64-encoded, url-safe representation).

Takes an object, converts it to a string (unless it's already a string), and returns
a string (Base64-encoded, url-safe representation).
sourceraw docstring

plaintext->binclj

(plaintext->bin v)

Takes an object, converts it to a string (unless it's already a string), and returns its byte-array representation.

Takes an object, converts it to a string (unless it's already a string), and returns
its byte-array representation.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close