Liking cljdoc? Tell your friends :D

com.evanjbowling.base


hex-to-base64urlclj

(hex-to-base64url s)

Convert hexadecimal string to base64url.

Convert hexadecimal string to base64url.
sourceraw docstring

to-baseclj

(to-base d base)
(to-base d base opts)

Convert decimal value to other base representation.

Convert decimal value to other base representation.
sourceraw docstring

to-base-seqclj

(to-base-seq d base)

Convert decimal value to other base representation as a pair of sequences: a seq of values for the integer and a seq of values for the fraction. Note that the fraction sequence may be an infinite sequence.

Convert decimal value to other base representation
as a pair of sequences: a seq of values for the 
integer and a seq of values for the fraction. Note
that the fraction sequence may be an infinite
sequence.
sourceraw docstring

to-base16clj

(to-base16 d)
(to-base16 d opts)

Convert decimal to hexadecimal string representation. Second form takes options map. See to-base for details.

Convert decimal to hexadecimal string representation.
Second form takes options map. See to-base for details.
sourceraw docstring

to-base2clj

(to-base2 d)
(to-base2 d opts)

Convert decimal to binary string representation. Second form takes options map. See to-base for details.

Convert decimal to binary string representation.
Second form takes options map. See to-base for details.
sourceraw docstring

to-base32clj

(to-base32 d)
(to-base32 d opts)

Convert decimal to base 32 string representation.

See https://tools.ietf.org/html/rfc4648#page-8 While RFC details encoding process for binary data, only the alphabet is used here.

Convert decimal to base 32 string representation.

See https://tools.ietf.org/html/rfc4648#page-8
While RFC details encoding process for binary data,
only the alphabet is used here.
sourceraw docstring

to-base32hexclj

(to-base32hex d)
(to-base32hex d opts)
source

to-base36clj

(to-base36 d)
(to-base36 d opts)
source

to-base58clj

(to-base58 d)
(to-base58 d opts)
source

to-base64clj

(to-base64 d)
(to-base64 d opts)
source

to-base64urlclj

(to-base64url d)
(to-base64url d opts)
source

to-base8clj

(to-base8 d)
(to-base8 d opts)

Convert decimal to octal string representation. Second form takes options map. See to-base for details.

Convert decimal to octal string representation.
Second form takes options map. See to-base for details.
sourceraw docstring

uuid-to-base64urlclj

(uuid-to-base64url u)

Convert uuid to base64url.

Convert uuid to base64url.
sourceraw docstring

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

× close