11 lines
143 B
Plaintext
11 lines
143 B
Plaintext
# hmac_sha256_hex
|
|
|
|
|
|
Returns the lowercase hexadecimal HMAC-SHA-256 digest.
|
|
|
|
:example
|
|
print(hmac_sha256_hex("key", "data"), "\n");
|
|
|
|
:see
|
|
>noise
|