hmac_sha1: HMAC SHA1

View source: R/sha1.r

hmac_sha1R Documentation

HMAC SHA1

Description

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

Usage

hmac_sha1(key, string)

Arguments

key

secret key

string

data to securely hash


hadley/httr documentation built on Nov. 4, 2023, 3:17 a.m.