hmac_sha1 function

HMAC SHA1

HMAC SHA1

As described in https://datatracker.ietf.org/doc/rfc2104/.

hmac_sha1(key, string)

Arguments

  • key: secret key
  • string: data to securely hash
  • Maintainer: Hadley Wickham
  • License: MIT + file LICENSE
  • Last published: 2023-08-15