Liking cljdoc? Tell your friends :D

fides.util.bytes


concatclj

(concat & parts)

equals?clj

(equals? a b)

Test whether two sequences of characters or bytes are equal in a way that protects against timing attacks. Note that this does not prevent an attacker from discovering the length of the data being compared.

Test whether two sequences of characters or bytes are equal in a way that
protects against timing attacks. Note that this does not prevent an attacker
from discovering the *length* of the data being compared.
raw docstring

from-b64-strclj

(from-b64-str s)

from-b64sclj

(from-b64s data)

from-strclj

(from-str s)

from-url-b64sclj

(from-url-b64s data)

sliceclj

(slice input start end)

to-b64-strclj

(to-b64-str data & without-padding)

to-b64sclj

(to-b64s data & without-padding)

to-strclj

(to-str data)

to-url-b64sclj

(to-url-b64s data & without-padding)

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

× close