Liking cljdoc? Tell your friends :D

macchiato.crypto


decryptcljs

(decrypt key data)
source

encryptcljs

(encrypt key data)
source

eq?cljs

(eq? 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.
sourceraw docstring

hmaccljs

(hmac key data)
source

random-base64cljs

(random-base64 n)

generates a random base64 string of length n

generates a random base64 string of length n
sourceraw docstring

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

× close