Function generate_hmac_sha512_base64

Source
pub fn generate_hmac_sha512_base64(
    secret: &str,
    message: &str,
) -> Result<SmartString>
Expand description

Generate HMAC-SHA512 signature and return as base64 SmartString