chickadee » hmac » hmac

hmac key digest-primitive #!optional (result-form 'string)procedure

Takes key and digest-primitive and returns a function that takes message and produces an hmac.

The result-form parameter may be used to change the format of the resulting hash, please refer to the message-digest documentation for more informations.