Function hmac_sha256
pub fn hmac_sha256(key: &[u8], data: &[u8]) -> Result<[u8; 32], ErrorStack>Available on crate features
boring and crypto and std only.Expand description
Computes HMAC with SHA-256 digest.