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