pub fn hmac_sha256(key: &[u8], message: &[u8]) -> [u8; 32]Expand description
HMAC-SHA256 (RFC 2104)
Stack-only implementation – no heap allocation for the HMAC computation.
pub fn hmac_sha256(key: &[u8], message: &[u8]) -> [u8; 32]HMAC-SHA256 (RFC 2104)
Stack-only implementation – no heap allocation for the HMAC computation.