buddy.core.mac

(source)
Message Authentication Code algorithms.

For more info about this library see:

https://funcool.github.io/buddy-core/latest/
Public Variable Short Description
-end (clj) Generates the mac.
-hash (clj) Generate the auth message code.
-init (clj) Initialize the mac.
-reset (clj) Reset engine state.
-update (clj) Update the engine state.
-verify (clj) Verify the auth message code.
IEngine (clj)
IEngineInit (clj)
IMac (clj)
hash (clj) Generate hmac digest for arbitrary input data, a secret key and hash algorithm.
resolve-cipher-engine (clj) Given dynamic type engine, try resolve it to valid engine instance.
verify (clj) Verify hmac for artbitrary input and signature.