Liking cljdoc? Tell your friends :D

alphabase.core


base-to-baseclj/s

(base-to-base data input-format output-format)

Convert one base into another

Convert one base into another
sourceraw docstring

base-to-byte-arrayclj/s

(base-to-byte-array data)
(base-to-byte-array data format)

Convert data of specified base to a byte-array

Convert data of specified base to a byte-array
sourceraw docstring

base58->bytesclj/s

(base58->bytes b58)

Converts bytes to base-58

Converts bytes to base-58
sourceraw docstring

base58-to-hexclj/s

(base58-to-hex data)

Encodes a base58-string as a hex-string

Encodes a base58-string as a hex-string
sourceraw docstring

base58?clj/s

(base58? x)

Test if a string is base58

Test if a string is base58
sourceraw docstring

base64->bytesclj/s

(base64->bytes b64)

Converts bytes to base-64

Converts bytes to base-64
sourceraw docstring

base64?clj/s

(base64? x)

Test if a string is base58

Test if a string is base58
sourceraw docstring

biginteger->bytesclj/s

(biginteger->bytes bint)
source

byte-array-to-baseclj/s

(byte-array-to-base data output-format)
source

bytes->base58clj/s

(bytes->base58 b)

Converts bytes to base-58

Converts bytes to base-58
sourceraw docstring

bytes->base64clj/s

(bytes->base64 b)

Converts bytes to base-64

Converts bytes to base-64
sourceraw docstring

bytes->bigintegerclj/s

(bytes->biginteger ba)
source

bytes->hexclj/s

(bytes->hex b)
source

bytes->stringclj/s

(bytes->string ba)

Converts UTF-8 byte array to string

Converts UTF-8 byte array to string
sourceraw docstring

bytes->string-UTF-16clj/s

(bytes->string-UTF-16 ba)

Converts UTF-16 byte array to string

Converts UTF-16 byte array to string
sourceraw docstring

decodeclj/s

(decode alphabet tokens)
source

encodeclj/s

(encode alphabet data)
source

hex->bytesclj/s

(hex->bytes hex)
source

hex-to-base58clj/s

(hex-to-base58 data)

Encodes a hex-string as a base58-string

Encodes a hex-string as a base58-string
sourceraw docstring

hex?clj/s

(hex? x)

Test if a string is base58

Test if a string is base58
sourceraw docstring

string->bytesclj/s

(string->bytes s)

Converts string to UTF-8 bytes

Converts string to UTF-8 bytes
sourceraw docstring

string->bytes-UTF-16clj/s

(string->bytes-UTF-16 s)

Converts string to UTF-16 bytes

Converts string to UTF-16 bytes
sourceraw docstring

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

× close