# hmac_sha256 ```cpp String hmac_sha256(String key, String data) ``` Returns the raw 32-byte HMAC-SHA-256 digest for `data` keyed by `key`.