pub fn generate_hmac_sha512_base64(
secret: &str,
message: &str,
) -> Result<SmartString>Expand description
Generate HMAC-SHA512 signature and return as base64 SmartString
pub fn generate_hmac_sha512_base64(
secret: &str,
message: &str,
) -> Result<SmartString>Generate HMAC-SHA512 signature and return as base64 SmartString