pub fn add_to_hmac( key: &str, version: &i64, value: &[u8], hmac: &mut HmacEngine<Hash>, )
Add key, version (8 bytes big endian) and value to HMAC