11 lines
160 B
Plaintext
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
|