Liking cljdoc? Tell your friends :D

cryptohash-clj.impl.argon2


chashclj

(chash x)
(chash x opts)

Main entry point for hashing <x> (String/bytes/chars) using Argon2.

Main entry point for hashing <x> (String/bytes/chars) using Argon2.
sourceraw docstring

IHashablecljprotocol

chash*clj

(chash* this opts)

verify*clj

(verify* this hashed opts)
source

TYPESclj

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

VERSIONSclj

source

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

× close