8 lines
134 B
Plaintext
8 lines
134 B
Plaintext
# hmac_sha256_hex
|
|
|
|
```cpp
|
|
String hmac_sha256_hex(String key, String data)
|
|
```
|
|
|
|
Returns the lowercase hexadecimal HMAC-SHA-256 digest.
|