Function append_hmac_to_value

Source
pub fn append_hmac_to_value(
    secret: &[u8],
    key: &str,
    version: i64,
    value: &mut Vec<u8>,
)