uce/site/doc/pages/hmac_sha256_hex.txt
2026-06-16 12:21:31 +00:00

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