pub fn hmac_sha256<K: AsRef<[u8]>, D: AsRef<[u8]>>(key: K, data: D) -> Vec<u8> ⓘ
sha2
Computes the HMAC using the SHA-256 algorithm.