(concat & parts)
(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.
(from-b64-str s)
(from-b64s data)
(from-str s)
(from-url-b64s data)
(slice input start end)
(to-b64-str data & without-padding)
(to-b64s data & without-padding)
(to-str data)
(to-url-b64s data & without-padding)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |