Function add_to_hmac

Source
pub fn add_to_hmac(
    key: &str,
    version: &i64,
    value: &[u8],
    hmac: &mut HmacEngine<Hash>,
)
Expand description

Add key, version (8 bytes big endian) and value to HMAC