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

11 lines
160 B
Plaintext

# 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