# hmac_sha256 Returns the raw 32-byte HMAC-SHA-256 digest for `data` keyed by `key`. :example print(hmac_sha256("key", "data").length(), "\n"); :see >noise