Skip to main content

compute_hmac

Function compute_hmac 

Source
pub fn compute_hmac(
    hmac_key: &[u8],
    header_bytes: &[u8],
    secrets_bytes: &[u8],
) -> Result<Vec<u8>>
Expand description

Compute HMAC-SHA256 over header + secrets bytes.