Liking cljdoc? Tell your friends :D

cryptohash-clj.impl.scrypt


chashclj

(chash x)
(chash x opts)

Main entry point for hashing <x> (String/bytes/chars) using SCrypt. <opts> can include a :cpu-cost (default 17), :memcost (default 8), :pfactor (default 1), :key-length (default 192), and :salt-length (default 16). Returns String.

Main entry point for hashing <x> (String/bytes/chars) using SCrypt.
<opts> can include a :cpu-cost (default 17), :memcost (default 8),
:pfactor (default 1), :key-length (default 192), and  :salt-length
(default 16). Returns String.
sourceraw docstring

IHashablecljprotocol

chash*clj

(chash* this opts)

verify*clj

(verify* this hashed opts)
source

verifyclj

(verify x scrypt-hashed)
(verify x scrypt-hashed opts)

Main entry point for verifying that <x> (String/bytes/chars) matches <scrypt-hashed>. Returns true/false.

Main entry point for verifying that <x> (String/bytes/chars)
matches <scrypt-hashed>. Returns true/false.
sourceraw docstring

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

× close