sha1_hash: SHA1 hash

View source: R/sha1.r

sha1_hashR Documentation

SHA1 hash

Description

Creates a SHA1 hash of data using either HMAC or RSA.

Usage

sha1_hash(key, string, method = "HMAC-SHA1")

Arguments

key

The key to create the hash with

string

data to securely hash

method

The method to use, either HMAC-SHA1 or RSA-SHA1


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