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


httr documentation built on Aug. 15, 2023, 9:08 a.m.