Liking cljdoc? Tell your friends :D
Clojure only.

crypto.equality

Securely test sequences of data for equality.

Securely test sequences of data for equality.
raw docstring

eq?clj

(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

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

× close