pub fn generate_hmac_signature(
secret: &str,
message: &str,
) -> Result<SmartString>Expand description
Generate HMAC-SHA256 signature and return as hex SmartString
pub fn generate_hmac_signature(
secret: &str,
message: &str,
) -> Result<SmartString>Generate HMAC-SHA256 signature and return as hex SmartString