# sha256

```cpp
String sha256(String data)
```

Returns the raw 32-byte SHA-256 digest for `data`. Use `sha256_hex()` for printable lowercase hex.
