Skip to main content

base64_hmac_sha256

Function base64_hmac_sha256 

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

Base64 encoded HMAC with SHA256 hash.