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

11 lines
172 B
Plaintext

# sha256
Returns the raw 32-byte SHA-256 digest for `data`. Use `sha256_hex()` for printable lowercase hex.
:example
print(sha256("hello").length(), "\n");
:see
>noise