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


r-lib/httr documentation built on Nov. 5, 2023, 7:26 a.m.