# `Redist.Sha256`
[🔗](https://github.com/harmont-dev/hyper/blob/main/lib/redist/sha256.ex#L1)

Streaming SHA-256 of a file, returned as lowercase hex.

# `file`

```elixir
@spec file(Path.t()) :: String.t()
```

Streaming SHA-256 of the file at `path`, as lowercase hex.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
