11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
# sha256_hex
|
|
|
|
|
|
Returns the lowercase hexadecimal SHA-256 digest for `data`.
|
|
|
|
:example
|
|
print(sha256_hex("hello"), "\n");
|
|
|
|
:see
|
|
>noise
|