Liking cljdoc? Tell your friends :D

axel-f.buddy.mac

Message Authentication Code algorithms.

Message Authentication Code algorithms.
raw docstring

hashclj/s

(hash input engine-or-options)

Generate hmac digest for arbitrary input data, a secret key and hash algorithm. If algorithm is not supplied, sha256 will be used as default value.

Generate hmac digest for arbitrary
input data, a secret key and hash algorithm.
If algorithm is not supplied, sha256
will be used as default value.
sourceraw docstring

IEngineclj/s≠protocol

-endclj/s

(-end _)

Generates the mac

Generates the mac

-updateclj/s

(-update _ input offset length)

Update the engine state.

Update the engine state.

-resetclj/s

(-reset _)

Reset engine state

Reset engine state
source

IEngineInitclj/s≠protocol

-initclj/s

(-init _ options)

Initialize the mac

Initialize the mac
source

IMacclj/s≠protocol

-hashclj/s

(-hash _ engine)

Generate the auth message code

Generate the auth message code

-verifyclj/s

(-verify _ sig engine)

Verify the auth message code

Verify the auth message code
source

verifyclj/s

(verify input signature engine-or-options)

Verify hmac for artbitrary input and signature.

Verify hmac for artbitrary input and signature.
sourceraw docstring

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

× close