pub fn hmac_sha256_hex(secret: &[u8], msg: &[u8]) -> StringExpand description
Compute the HMAC-SHA256 of msg keyed by secret, returned as a lowercase
hex string. Shared helper so other crates can build keyed integrity chains
without taking their own crypto dependency.