Liking cljdoc? Tell your friends :D

cryptohash-clj.impl.pbkdf2


algorithmsclj

source

chashclj

(chash x)
(chash x opts)

Main entry point for hashing <x> (String/bytes/chars) using BCrypt. <opts> must inlude a :cost key and either a pre-constructed :hasher, or options per new-hasher. The return value type is dictated by <x>.

Main entry point for hashing <x> (String/bytes/chars) using BCrypt.
<opts> must inlude a :cost key and either a pre-constructed :hasher,
or options per `new-hasher`. The return value type is dictated by <x>.
sourceraw docstring

IHashablecljprotocol

chash*clj

(chash* this opts)

verify*clj

(verify* this hashed opts)
source

verifyclj

(verify x hashed)
(verify x hashed opts)

Main entry point for verifying that <x> (String/bytes/chars) matches <hashed>. <opts> must match the ones used to produce <hashed> and can include a pre-constructed :verifyer. Returns true/false.

Main entry point for verifying that <x> (String/bytes/chars) matches <hashed>.
<opts> must match the ones used to produce <hashed> and can include a
pre-constructed :verifyer. Returns true/false.
sourceraw docstring

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

× close