---
title: SHA256.Digest
framework: cryptokit
role: symbol
role_heading: Type Alias
path: cryptokit/sha256/digest
---

# SHA256.Digest

The digest type for a SHA256 hash function.

## Declaration

```swift
typealias Digest = SHA256Digest
```

## See Also

### Specifying the output type

- [SHA256Digest](cryptokit/sha256digest.md)
