Liking cljdoc? Tell your friends :D

fxc.marshalling


decode-hashclj

(decode-hash conf o)

takes an hash and decodes it with hashids

takes an hash and decodes it with hashids
sourceraw docstring

encode-hashclj

(encode-hash conf o)

takes an intseq and encodes it with hashids

takes an intseq and encodes it with hashids
sourceraw docstring

int2unsignedclj

(int2unsigned i)

takes a collection of integers and converts it to unsigned notation, saves the first element which is just the length of the original size before compression

takes a collection of integers and converts it to unsigned
notation, saves the first element which is just the length of the
original size before compression
sourceraw docstring

intseq2strclj

(intseq2str s)

takes a sequence of integer ascii codes and returns a string

takes a sequence of integer ascii codes and returns a string
sourceraw docstring

secrets2seqclj

(secrets2seq conf s)

Takes clear shares and returns a sequence

Takes clear shares and returns a sequence
sourceraw docstring

secrets2slicesclj

(secrets2slices conf secrets)

Traverse secrets horizontally to harvest settings:total slices and returns a collection of integers.

Traverse secrets horizontally to harvest settings:total slices and
returns a collection of integers.
sourceraw docstring

seq2secretsclj

(seq2secrets conf s)

Takes a sequence and computes secrets.

Takes a sequence and computes secrets.
sourceraw docstring

seq2strclj

(seq2str s)

Takes a collection of big unsigned integers and returns a string.

Takes a collection of big unsigned integers and returns a string.
sourceraw docstring

slice2seqclj

(slice2seq slice)

Gets a sliced strings, decodes and orders them according to position, then returns a sequence of integers

Gets a sliced strings, decodes and orders them according to
position, then returns a sequence of integers
sourceraw docstring

slices2secretsclj

(slices2secrets conf slices)

Takes horizontal slices (decoded) and returns vertically aggregated secrets ready for processing by shamir-combine.

Takes horizontal slices (decoded) and returns vertically aggregated
secrets ready for processing by shamir-combine.
sourceraw docstring

str2intseqclj

(str2intseq s)

takes a string and returns a sequence of integer ascii codes

takes a string and returns a sequence of integer ascii codes
sourceraw docstring

str2seqclj

(str2seq s)

Takes a string and returns a unique collection of big unsigned integers. First integer is the length of the original string.

Takes a string and returns a unique collection of big unsigned
integers. First integer is the length of the original string.
sourceraw docstring

unsigned2intclj

(unsigned2int i)
source

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

× close