On this page:
hmac-sha256
hmac-sha1

3 HMAC

 (require grommet/crypto/hmac) package: grommet

procedure

(hmac-sha256 secret message)  Bytes

  secret : (U String Bytes)
  message : (U Bytes String)
Generates the an HMAC signature of the "message" with the "secret".

procedure

(hmac-sha1 secret message)  Bytes

  secret : (U String Bytes)
  message : (U Bytes String)
Similar to "hmac-sha256" except using SHA-1.