Skip to main content

base64_hmac_sha1

Function base64_hmac_sha1 

Source
pub fn base64_hmac_sha1(key: &[u8], content: &[u8]) -> String
Expand description

Base64 encoded HMAC with SHA1 hash.