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